1set(LLVM_LINK_COMPONENTS 2 DebugInfoMSF 3 ) 4 5add_llvm_unittest(DebugInfoMSFTests 6 MappedBlockStreamTest.cpp 7 MSFBuilderTest.cpp 8 MSFCommonTest.cpp 9 ) 10 11target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport) 12
1set(LLVM_LINK_COMPONENTS 2 DebugInfoMSF 3 ) 4 5add_llvm_unittest(DebugInfoMSFTests 6 MappedBlockStreamTest.cpp 7 MSFBuilderTest.cpp 8 MSFCommonTest.cpp 9 ) 10 11target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport) 12