repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
unittests
/
DebugInfo
/
DWARF
/
CMakeLists.txt
blob
d97e573ea38f0a6320e2fd6d7b9d42177d9597ef
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
AsmPrinter
4
DebugInfoDWARF
5
MC
6
Object
7
ObjectYAML
8
Support
9
)
10
11
add_llvm_unittest(DebugInfoDWARFTests
12
DwarfGenerator.cpp
13
DwarfUtils.cpp
14
DWARFDebugInfoTest.cpp
15
DWARFDebugLineTest.cpp
16
DWARFFormValueTest.cpp
17
)
18
19
target_link_libraries(DebugInfoDWARFTests PRIVATE LLVMTestingSupport)