summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangcodegen
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-11-24 19:46:35 +0000
committerdim <dim@FreeBSD.org>2014-11-24 19:46:35 +0000
commit3baddd1f707a5d723677ce22516aeb8f9676789c (patch)
treef1a9842568100e750ff9780917265216eaeffa38 /lib/clang/libclangcodegen
parent099d19dfa9116bf3405f65f6f1e4a3be31e40af4 (diff)
downloadFreeBSD-src-3baddd1f707a5d723677ce22516aeb8f9676789c.zip
FreeBSD-src-3baddd1f707a5d723677ce22516aeb8f9676789c.tar.gz
Update llvm and clang library Makefiles.
Diffstat (limited to 'lib/clang/libclangcodegen')
-rw-r--r--lib/clang/libclangcodegen/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/clang/libclangcodegen/Makefile b/lib/clang/libclangcodegen/Makefile
index 3b45f6b..97a3dd4 100644
--- a/lib/clang/libclangcodegen/Makefile
+++ b/lib/clang/libclangcodegen/Makefile
@@ -26,29 +26,34 @@ SRCS= BackendUtil.cpp \
CGExprComplex.cpp \
CGExprConstant.cpp \
CGExprScalar.cpp \
+ CGLoopInfo.cpp \
CGObjC.cpp \
CGObjCGNU.cpp \
CGObjCMac.cpp \
CGObjCRuntime.cpp \
CGOpenCLRuntime.cpp \
- CGRTTI.cpp \
+ CGOpenMPRuntime.cpp \
CGRecordLayoutBuilder.cpp \
CGStmt.cpp \
+ CGStmtOpenMP.cpp \
CGVTT.cpp \
CGVTables.cpp \
CodeGenABITypes.cpp \
CodeGenAction.cpp \
CodeGenFunction.cpp \
CodeGenModule.cpp \
+ CodeGenPGO.cpp \
CodeGenTBAA.cpp \
CodeGenTypes.cpp \
ItaniumCXXABI.cpp \
MicrosoftCXXABI.cpp \
- MicrosoftVBTables.cpp \
ModuleBuilder.cpp \
+ SanitizerBlacklist.cpp \
TargetInfo.cpp
TGHDRS= AttrList \
+ AttrParsedAttrList \
+ AttrVisitor \
Attrs \
CommentCommandList \
CommentNodes \
OpenPOWER on IntegriCloud