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