brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · 8e85c04 Raw
22 lines · plain
1add_llvm_component_library(LLVMMIRParser2  MILexer.cpp3  MIParser.cpp4  MIRParser.cpp5 6  ADDITIONAL_HEADER_DIRS7  ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/MIRParser8 9  DEPENDS10  intrinsics_gen11 12  LINK_COMPONENTS13  AsmParser14  BinaryFormat15  CodeGen16  CodeGenTypes17  Core18  MC19  Support20  Target21  )22