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