2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
MCParser
|
|
|
|
MC
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2008-10-26 08:56:18 +08:00
|
|
|
add_clang_library(clangParse
|
2010-08-21 02:27:03 +08:00
|
|
|
ParseAST.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
ParseCXXInlineMethods.cpp
|
|
|
|
ParseDecl.cpp
|
|
|
|
ParseDeclCXX.cpp
|
|
|
|
ParseExpr.cpp
|
|
|
|
ParseExprCXX.cpp
|
|
|
|
ParseInit.cpp
|
|
|
|
ParseObjc.cpp
|
2013-03-22 14:34:35 +08:00
|
|
|
ParseOpenMP.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
ParsePragma.cpp
|
|
|
|
ParseStmt.cpp
|
2008-12-03 00:23:30 +08:00
|
|
|
ParseTemplate.cpp
|
2009-07-22 05:03:50 +08:00
|
|
|
ParseTentative.cpp
|
|
|
|
Parser.cpp
|
2009-03-17 07:06:59 +08:00
|
|
|
|
2014-02-26 14:41:29 +08:00
|
|
|
LINK_LIBS
|
2012-06-21 09:30:21 +08:00
|
|
|
clangBasic
|
|
|
|
clangAST
|
|
|
|
clangLex
|
|
|
|
clangSema
|
|
|
|
)
|