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
[ARM] Remove declaration of unimplemented function. NFC.
[llvm-complete.git]
/
unittests
/
DebugInfo
/
GSYM
/
CMakeLists.txt
blob
fb9d5e564b382f9a36382cf7b27889fcca34c0bc
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoGSYM
3
Support
4
)
5
6
add_llvm_unittest(DebugInfoGSYMTests
7
GSYMTest.cpp
8
)
9
10
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)