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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
unittests
/
DWARFLinkerParallel
/
CMakeLists.txt
blob
5eeec23df4edbae313712b7be6de640a9fa46c57
1
set(LLVM_LINK_COMPONENTS
2
DWARFLinkerParallel
3
Support
4
)
5
6
add_llvm_unittest(DWARFLinkerParallelTests
7
DWARFLinkerTest.cpp
8
StringPoolTest.cpp
9
)
10
11
target_link_libraries(DWARFLinkerParallelTests PRIVATE LLVMTestingSupport)
12
13
add_dependencies(DWARFLinkerParallelTests intrinsics_gen)