aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Makefile
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-04-03 10:41:41 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-04-03 10:41:41 +0000
commit6c5cfec73e209d0a89f05253bcc2f9e7263bdcb9 (patch)
treeb383d9eb9012d39f66c44f7c6eb321e26ff05fbc /lib/Target/Mips/Makefile
parent60a19a4edddeab6e46aea40353574fb9bb37b645 (diff)
downloadexternal_llvm-6c5cfec73e209d0a89f05253bcc2f9e7263bdcb9.zip
external_llvm-6c5cfec73e209d0a89f05253bcc2f9e7263bdcb9.tar.gz
external_llvm-6c5cfec73e209d0a89f05253bcc2f9e7263bdcb9.tar.bz2
Separate MIPS asmprinter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r--lib/Target/Mips/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile
index d3905b7..48ab5f9 100644
--- a/lib/Target/Mips/Makefile
+++ b/lib/Target/Mips/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMMips
+LIBRARYNAME = LLVMMipsCodeGen
TARGET = Mips
# Make sure that tblgen is run, first thing.
@@ -17,5 +17,7 @@ BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
MipsGenDAGISel.inc MipsGenCallingConv.inc \
MipsGenSubtarget.inc
+DIRS = AsmPrinter
+
include $(LEVEL)/Makefile.common