repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
DWARFLinkerParallel
/
CMakeLists.txt
blob
22c6539f48bfb53cd48062fa7abd6429c3a48633
1
set(LLVM_LINK_COMPONENTS
2
DWARFLinker
3
DWARFLinkerParallel
4
Support
5
)
6
7
add_llvm_unittest(DWARFLinkerParallelTests
8
DWARFLinkerTest.cpp
9
StringPoolTest.cpp
10
)
11
12
target_link_libraries(DWARFLinkerParallelTests PRIVATE LLVMTestingSupport)
13
14
add_dependencies(DWARFLinkerParallelTests intrinsics_gen)