blob: 25e011178cddb198af5215a36bd33c165dbdd376 [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 LLVMTestingSupport)