summaryrefslogtreecommitdiff
path: root/lib/AsmParser/CMakeLists.txt
blob: 985ebe20098854afc12c6c603a8e0dc491c748e3 (plain)
1
2
3
4
5
6
# AsmParser
add_llvm_library(LLVMAsmParser
  LLLexer.cpp
  LLParser.cpp
  Parser.cpp
  )