blob: 9933025379905682e4b6664be55708b95be99ea4 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
MCParser
MC
Support
)
add_clang_library(clangParse
ParseAST.cpp
ParseCXXInlineMethods.cpp
ParseDecl.cpp
ParseDeclCXX.cpp
ParseExpr.cpp
ParseExprCXX.cpp
ParseInit.cpp
ParseObjc.cpp
ParseOpenMP.cpp
ParsePragma.cpp
ParseStmt.cpp
ParseStmtAsm.cpp
ParseTemplate.cpp
ParseTentative.cpp
Parser.cpp
LINK_LIBS
clangBasic
clangAST
clangLex
clangSema
)