13 lines · plain
1add_llvm_component_library(LLVMDebugInfoBTF2 BTFParser.cpp3 BTFContext.cpp4 ADDITIONAL_HEADER_DIRS5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF"6 7 DEPENDS8 intrinsics_gen9 10 LINK_COMPONENTS11 Support12 )13 1add_llvm_component_library(LLVMDebugInfoBTF2 BTFParser.cpp3 BTFContext.cpp4 ADDITIONAL_HEADER_DIRS5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF"6 7 DEPENDS8 intrinsics_gen9 10 LINK_COMPONENTS11 Support12 )13