diff options
Diffstat (limited to 'lib/clang/libllvmpowerpcdesc/Makefile')
-rw-r--r-- | lib/clang/libllvmpowerpcdesc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/libllvmpowerpcdesc/Makefile b/lib/clang/libllvmpowerpcdesc/Makefile index c45abec..2a5ef6e 100644 --- a/lib/clang/libllvmpowerpcdesc/Makefile +++ b/lib/clang/libllvmpowerpcdesc/Makefile @@ -7,7 +7,8 @@ SRCS= PPCAsmBackend.cpp \ PPCMCAsmInfo.cpp \ PPCMCCodeEmitter.cpp \ PPCMCTargetDesc.cpp \ - PPCPredicates.cpp + PPCPredicates.cpp \ + PPCELFObjectWriter.cpp CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/.. TGHDRS= PPCGenInstrInfo \ |