diff options
Diffstat (limited to 'lib/clang/libclangcodegen')
-rw-r--r-- | lib/clang/libclangcodegen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/clang/libclangcodegen/Makefile b/lib/clang/libclangcodegen/Makefile index 80f203a..c174343 100644 --- a/lib/clang/libclangcodegen/Makefile +++ b/lib/clang/libclangcodegen/Makefile @@ -7,8 +7,10 @@ SRCS= BackendUtil.cpp \ CGBlocks.cpp \ CGBuiltin.cpp \ CGCXX.cpp \ + CGCXXABI.cpp \ CGCall.cpp \ CGClass.cpp \ + CGCleanup.cpp \ CGDebugInfo.cpp \ CGDecl.cpp \ CGDeclCXX.cpp \ @@ -31,9 +33,9 @@ SRCS= BackendUtil.cpp \ CodeGenAction.cpp \ CodeGenFunction.cpp \ CodeGenModule.cpp \ + CodeGenTBAA.cpp \ CodeGenTypes.cpp \ ItaniumCXXABI.cpp \ - Mangle.cpp \ MicrosoftCXXABI.cpp \ ModuleBuilder.cpp \ TargetInfo.cpp |