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
/
MSF
/
CMakeLists.txt
blob
0e48ab8f2f6b2a753504298d97f6e62a4cdce96e
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoMSF
3
)
4
5
add_llvm_unittest(DebugInfoMSFTests
6
MappedBlockStreamTest.cpp
7
MSFBuilderTest.cpp
8
MSFCommonTest.cpp
9
)
10
11
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)