1set(LLVM_LINK_COMPONENTS 2 DebugInfoDWARF 3 DebugInfoGSYM 4 MC 5 Support 6 ObjectYAML 7 ) 8 9add_llvm_unittest(DebugInfoGSYMTests 10 GSYMTest.cpp 11 ) 12 13target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport) 14