brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 6f7f684 Raw
12 lines · plain
1set(LLVM_LINK_COMPONENTS2  ${LLVM_TARGETS_TO_BUILD}3  DebugInfoBTF4  ObjectYAML5  )6 7add_llvm_unittest(DebugInfoBTFTests8  BTFParserTest.cpp9  )10 11target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)12