diff options
Diffstat (limited to 'lib/clang/libllvmpowerpcdesc/Makefile')
-rw-r--r-- | lib/clang/libllvmpowerpcdesc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile index e48b484..b64b948 100644 --- a/lib/clang/libllvmpowerpcdesc/Makefile +++ b/lib/clang/libllvmpowerpcdesc/Makefile @@ -6,11 +6,13 @@ LIB= llvmpowerpcdesc SRCDIR= lib/Target/PowerPC/MCTargetDesc SRCS= PPCAsmBackend.cpp \ + PPCELFObjectWriter.cpp \ PPCMCAsmInfo.cpp \ PPCMCCodeEmitter.cpp \ + PPCMCExpr.cpp \ PPCMCTargetDesc.cpp \ - PPCPredicates.cpp \ - PPCELFObjectWriter.cpp + PPCMachObjectWriter.cpp \ + PPCPredicates.cpp CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. TGHDRS= PPCGenInstrInfo \ |