1set(LLVM_LINK_COMPONENTS 2 ${LLVM_TARGETS_TO_BUILD} 3 DebugInfoBTF 4 ObjectYAML 5 ) 6 7add_llvm_unittest(DebugInfoBTFTests 8 BTFParserTest.cpp 9 ) 10 11target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport) 12