blob: 20f3b2ab3dcdd350cbd44346ed9e3af802f43c84 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoMSF
)
set(DebugInfoMSFSources
MappedBlockStreamTest.cpp
MSFBuilderTest.cpp
MSFCommonTest.cpp
)
add_llvm_unittest(DebugInfoMSFTests
${DebugInfoMSFSources}
)
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)