brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 689470c Raw
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