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/libllvmpowerpcinfo | |
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/libllvmpowerpcinfo')
-rw-r--r-- | lib/clang/libllvmpowerpcinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/libllvmpowerpcinfo/Makefile b/lib/clang/libllvmpowerpcinfo/Makefile index 03bba0e72931..db1577642102 100644 --- a/lib/clang/libllvmpowerpcinfo/Makefile +++ b/lib/clang/libllvmpowerpcinfo/Makefile @@ -8,7 +8,8 @@ SRCDIR= lib/Target/PowerPC/TargetInfo INCDIR= lib/Target/PowerPC SRCS= PowerPCTargetInfo.cpp -TGHDRS= PPCGenInstrInfo \ +TGHDRS= Attributes \ + PPCGenInstrInfo \ PPCGenRegisterInfo \ PPCGenSubtargetInfo |