• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# AsmParser
2add_llvm_library(LLVMAsmParser
3  LLLexer.cpp
4  LLParser.cpp
5  Parser.cpp
6
7  ADDITIONAL_HEADER_DIRS
8  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Analysis
9
10  DEPENDS
11  intrinsics_gen
12  )
13