aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/InstPrinter/Makefile
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-07-07 23:56:50 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-07-07 23:56:50 +0000
commit794bf17cbe0bac301ef9e52fb4a0295bfdfe0cab (patch)
tree97053482629ce9b839e67d08288ac75ee6fecc4b /lib/Target/Mips/InstPrinter/Makefile
parentb2760f82b14c2981b2e52a411a82f321dcdf7000 (diff)
downloadexternal_llvm-794bf17cbe0bac301ef9e52fb4a0295bfdfe0cab.zip
external_llvm-794bf17cbe0bac301ef9e52fb4a0295bfdfe0cab.tar.gz
external_llvm-794bf17cbe0bac301ef9e52fb4a0295bfdfe0cab.tar.bz2
Lower MachineInstr to MC Inst and print to .s files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134661 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/InstPrinter/Makefile')
-rw-r--r--lib/Target/Mips/InstPrinter/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/Target/Mips/InstPrinter/Makefile b/lib/Target/Mips/InstPrinter/Makefile
new file mode 100644
index 0000000..63e38ef
--- /dev/null
+++ b/lib/Target/Mips/InstPrinter/Makefile
@@ -0,0 +1,16 @@
+##===- lib/Target/Mips/AsmPrinter/Makefile --------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../../..
+LIBRARYNAME = LLVMMipsAsmPrinter
+
+# Hack: we need to include 'main' arm target directory to grab private headers
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+
+include $(LEVEL)/Makefile.common