diff options
author | dim <dim@FreeBSD.org> | 2015-06-23 18:46:29 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-06-23 18:46:29 +0000 |
commit | 3aff6c77e3df32357458b1e73642a6c7c11f56c2 (patch) | |
tree | b91118c5c818d84405113f4db1997af7c1b6d181 /lib/clang/libllvmcodegen | |
parent | 353ba56951ab7e2773c37d54f1cd5ee5134796c6 (diff) | |
download | FreeBSD-src-3aff6c77e3df32357458b1e73642a6c7c11f56c2.zip FreeBSD-src-3aff6c77e3df32357458b1e73642a6c7c11f56c2.tar.gz |
Update llvm/clang build glue.
Diffstat (limited to 'lib/clang/libllvmcodegen')
-rw-r--r-- | lib/clang/libllvmcodegen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/clang/libllvmcodegen/Makefile b/lib/clang/libllvmcodegen/Makefile index f28798d..eedba37 100644 --- a/lib/clang/libllvmcodegen/Makefile +++ b/lib/clang/libllvmcodegen/Makefile @@ -26,12 +26,14 @@ SRCS= AggressiveAntiDepBreaker.cpp \ ExecutionDepsFix.cpp \ ExpandISelPseudos.cpp \ ExpandPostRAPseudos.cpp \ + FaultMaps.cpp \ GCMetadata.cpp \ GCMetadataPrinter.cpp \ GCRootLowering.cpp \ GCStrategy.cpp \ GlobalMerge.cpp \ IfConversion.cpp \ + ImplicitNullChecks.cpp \ InlineSpiller.cpp \ InterferenceCache.cpp \ IntrinsicLowering.cpp \ @@ -49,6 +51,7 @@ SRCS= AggressiveAntiDepBreaker.cpp \ LiveStackAnalysis.cpp \ LiveVariables.cpp \ LocalStackSlotAllocation.cpp \ + MIRPrinter.cpp \ MIRPrintingPass.cpp \ MachineBasicBlock.cpp \ MachineBlockFrequencyInfo.cpp \ |