diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-31 14:39:45 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-31 14:39:45 +0000 |
commit | 34cdd77646db8a3e57441b3f7d028973dc880c54 (patch) | |
tree | 7200f82c9be15d3c4522d61d33faff5900454d33 /lib/clang/libllvmpowerpccodegen/Makefile | |
parent | 802df53c824b0d8020c32cb6227313f3604186e6 (diff) |
First part of updating llvm/clang build glue: getting llvm-tblgen,
clang-tblgen and clang itself built.
Notes
Notes:
svn path=/projects/clang380-import/; revision=292988
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen/Makefile')
-rw-r--r-- | lib/clang/libllvmpowerpccodegen/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile index ea83b75702c4..d0ec3cd8bb11 100644 --- a/lib/clang/libllvmpowerpccodegen/Makefile +++ b/lib/clang/libllvmpowerpccodegen/Makefile @@ -6,6 +6,7 @@ LIB= llvmpowerpccodegen SRCDIR= lib/Target/PowerPC SRCS= PPCAsmPrinter.cpp \ + PPCBoolRetToInt.cpp \ PPCBranchSelector.cpp \ PPCCTRLoops.cpp \ PPCEarlyReturn.cpp \ @@ -18,6 +19,7 @@ SRCS= PPCAsmPrinter.cpp \ PPCLoopDataPrefetch.cpp \ PPCLoopPreIncPrep.cpp \ PPCMCInstLower.cpp \ + PPCMIPeephole.cpp \ PPCMachineFunctionInfo.cpp \ PPCRegisterInfo.cpp \ PPCSubtarget.cpp \ @@ -30,7 +32,8 @@ SRCS= PPCAsmPrinter.cpp \ PPCVSXFMAMutate.cpp \ PPCVSXSwapRemoval.cpp -TGHDRS= Intrinsics \ +TGHDRS= Attributes \ + Intrinsics \ PPCGenCallingConv \ PPCGenCodeEmitter \ PPCGenDAGISel \ |