repo.or.cz
/
llvm-complete.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-complete.git]
/
unittests
/
DebugInfo
/
GSYM
/
CMakeLists.txt
blob
849b0f64b40fd1bab09dc4094fbf3d2159964ef9
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoGSYM
3
MC
4
Support
5
)
6
7
add_llvm_unittest(DebugInfoGSYMTests
8
GSYMTest.cpp
9
)
10
11
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)