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 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