diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-04-05 01:34:00 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-05 01:34:00 +0000 |
commit | f6232cf8bbb72ac270217455d2a198838566316e (patch) | |
tree | 8128a0f3a12dfef35a289a829214553c113518e4 /lib/Target/ARM/Makefile | |
parent | 1b0194d646d67c341a162c580196bb25aee2e12a (diff) | |
download | external_llvm-f6232cf8bbb72ac270217455d2a198838566316e.zip external_llvm-f6232cf8bbb72ac270217455d2a198838566316e.tar.gz external_llvm-f6232cf8bbb72ac270217455d2a198838566316e.tar.bz2 |
Re-apply 100265 but instead disable building of ARM disassembly for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r-- | lib/Target/ARM/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index b7ed14a..a8dd38c 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -16,9 +16,8 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \ ARMGenRegisterInfo.inc ARMGenInstrNames.inc \ ARMGenInstrInfo.inc ARMGenAsmWriter.inc \ ARMGenDAGISel.inc ARMGenSubtarget.inc \ - ARMGenCodeEmitter.inc ARMGenCallingConv.inc \ - ARMGenDecoderTables.inc + ARMGenCodeEmitter.inc ARMGenCallingConv.inc -DIRS = AsmPrinter AsmParser Disassembler TargetInfo +DIRS = AsmPrinter AsmParser TargetInfo include $(LEVEL)/Makefile.common |