2008-10-26 00:56:18 +00:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
2010-09-13 23:54:41 +00:00
|
|
|
set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)
|
|
|
|
|
2008-10-26 00:56:18 +00:00
|
|
|
add_clang_library(clangCodeGen
|
2010-06-15 17:48:49 +00:00
|
|
|
BackendUtil.cpp
|
2009-02-13 15:42:50 +00:00
|
|
|
CGBlocks.cpp
|
2009-07-15 21:08:41 +00:00
|
|
|
CGBuiltin.cpp
|
|
|
|
CGCall.cpp
|
2009-11-24 05:51:11 +00:00
|
|
|
CGClass.cpp
|
|
|
|
CGCXX.cpp
|
2010-11-28 17:46:52 +00:00
|
|
|
CGCXXABI.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CGDebugInfo.cpp
|
|
|
|
CGDecl.cpp
|
2009-12-10 00:16:00 +00:00
|
|
|
CGDeclCXX.cpp
|
2009-10-30 01:42:31 +00:00
|
|
|
CGException.cpp
|
2009-07-15 21:08:41 +00:00
|
|
|
CGExpr.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CGExprAgg.cpp
|
|
|
|
CGExprComplex.cpp
|
|
|
|
CGExprConstant.cpp
|
2009-11-24 05:51:11 +00:00
|
|
|
CGExprCXX.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CGExprScalar.cpp
|
|
|
|
CGObjC.cpp
|
|
|
|
CGObjCGNU.cpp
|
|
|
|
CGObjCMac.cpp
|
2009-07-23 15:15:06 +00:00
|
|
|
CGRecordLayoutBuilder.cpp
|
2009-12-02 18:32:08 +00:00
|
|
|
CGRTTI.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CGStmt.cpp
|
2009-11-24 05:51:11 +00:00
|
|
|
CGTemporaries.cpp
|
2010-04-08 16:30:25 +00:00
|
|
|
CGVTables.cpp
|
2010-01-21 16:50:45 +00:00
|
|
|
CGVTT.cpp
|
2010-06-15 17:48:49 +00:00
|
|
|
CodeGenAction.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CodeGenFunction.cpp
|
|
|
|
CodeGenModule.cpp
|
2010-10-15 00:39:31 +00:00
|
|
|
CodeGenTBAA.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
CodeGenTypes.cpp
|
2010-05-25 19:52:27 +00:00
|
|
|
ItaniumCXXABI.cpp
|
2010-06-09 23:25:41 +00:00
|
|
|
MicrosoftCXXABI.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
ModuleBuilder.cpp
|
2010-01-10 13:06:34 +00:00
|
|
|
TargetInfo.cpp
|
2008-10-26 00:56:18 +00:00
|
|
|
)
|
2010-05-05 05:41:05 +00:00
|
|
|
|
2010-09-13 23:54:41 +00:00
|
|
|
add_dependencies(clangCodeGen ClangAttrClasses ClangAttrList ClangDeclNodes
|
|
|
|
ClangStmtNodes)
|