Sign in
swiftshader
/
SwiftShader
/
db868c774f0b027889e82591a8600c53d797d692
/
.
/
third_party
/
llvm-7.0
/
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)