brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · dcfcc06 Raw
20 lines · plain
1# AsmParser2add_llvm_component_library(LLVMAsmParser3  AsmParserContext.cpp4  LLLexer.cpp5  LLParser.cpp6  Parser.cpp7 8  ADDITIONAL_HEADER_DIRS9  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser10 11  DEPENDS12  intrinsics_gen13 14  LINK_COMPONENTS15  BinaryFormat16  Core17  Support18  TargetParser19  )20