aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Makefile
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-11-11 22:58:42 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-11-11 22:58:42 +0000
commit47b92f3d8362518596d57269dc53d985bc13323a (patch)
tree161d1de8c1497275d580565e59d9ed56cbaf143c /lib/Target/Mips/Makefile
parentbee515f66baf4f7858d30c2fe6657d35f177dfcd (diff)
downloadexternal_llvm-47b92f3d8362518596d57269dc53d985bc13323a.zip
external_llvm-47b92f3d8362518596d57269dc53d985bc13323a.tar.gz
external_llvm-47b92f3d8362518596d57269dc53d985bc13323a.tar.bz2
Mips MC object code emission improvements:
"With this patch we can now generate runnable Mips code through LLVM direct object emission. We have run numerous simple programs, both C and C++ and with -O0 and -O3 from the output. The code is not production ready, but quite useful for experimentation." Patch and message by Jack Carter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Makefile')
-rw-r--r--lib/Target/Mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile
index d72693c..94f7c18 100644
--- a/lib/Target/Mips/Makefile
+++ b/lib/Target/Mips/Makefile
@@ -15,7 +15,7 @@ TARGET = Mips
BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \
MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \
MipsGenDAGISel.inc MipsGenCallingConv.inc \
- MipsGenSubtargetInfo.inc
+ MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc
DIRS = InstPrinter TargetInfo MCTargetDesc