diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:55:10 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:55:10 +0000 |
commit | 0bd89712c03c59ea43ce37763685e7f7c0bdd977 (patch) | |
tree | f334686501c2ba9f04ac7ac0336fb31959d05132 /lib/Target/ARM/Makefile | |
parent | 676fa7df9c53f97fd1a9419780573dfb788049b4 (diff) |
Move ARM to pluggable asmprinter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r-- | lib/Target/ARM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index 50313a9ac2..febc333d60 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMARM +LIBRARYNAME = LLVMARMCodeGen TARGET = ARM # Make sure that tblgen is run, first thing. @@ -17,4 +17,6 @@ BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \ ARMGenInstrInfo.inc ARMGenAsmWriter.inc \ ARMGenDAGISel.inc ARMGenSubtarget.inc +DIRS = AsmPrinter + include $(LEVEL)/Makefile.common |