14 lines · plain
1set(LLVM_LINK_COMPONENTS2 DebugInfoDWARF3 DebugInfoGSYM4 MC5 Support6 ObjectYAML7 )8 9add_llvm_unittest(DebugInfoGSYMTests10 GSYMTest.cpp11 )12 13target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)14 1set(LLVM_LINK_COMPONENTS2 DebugInfoDWARF3 DebugInfoGSYM4 MC5 Support6 ObjectYAML7 )8 9add_llvm_unittest(DebugInfoGSYMTests10 GSYMTest.cpp11 )12 13target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)14