Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
.
/
llvm
/
unittests
/
DebugInfo
/
MSF
/
CMakeLists.txt
blob: 0e48ab8f2f6b2a753504298d97f6e62a4cdce96e [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfoMSF
)
add_llvm_unittest(DebugInfoMSFTests
MappedBlockStreamTest.cpp
MSFBuilderTest.cpp
MSFCommonTest.cpp
)
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)