1add_llvm_component_library(LLVMDebugInfoBTF 2 BTFParser.cpp 3 BTFContext.cpp 4 ADDITIONAL_HEADER_DIRS 5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF" 6 7 DEPENDS 8 intrinsics_gen 9 10 LINK_COMPONENTS 11 Support 12 ) 13