diff options
author | dim <dim@FreeBSD.org> | 2014-11-24 19:46:35 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-11-24 19:46:35 +0000 |
commit | 3baddd1f707a5d723677ce22516aeb8f9676789c (patch) | |
tree | f1a9842568100e750ff9780917265216eaeffa38 /lib/clang/libclangcodegen | |
parent | 099d19dfa9116bf3405f65f6f1e4a3be31e40af4 (diff) | |
download | FreeBSD-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/Makefile | 9 |
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 \ |