• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(LLVMMCParser
2  AsmLexer.cpp
3  AsmParser.cpp
4  COFFAsmParser.cpp
5  DarwinAsmParser.cpp
6  ELFAsmParser.cpp
7  MCAsmLexer.cpp
8  MCAsmParser.cpp
9  MCAsmParserExtension.cpp
10  MCTargetAsmParser.cpp
11
12  ADDITIONAL_HEADER_DIRS
13  ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser
14  )
15