brintos

brintos / llvm-project-archived public Read only

0
0
Text · 217 B · 0297674 Raw
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