diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-11-11 22:58:42 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-11-11 22:58:42 +0000 |
| commit | 47b92f3d8362518596d57269dc53d985bc13323a (patch) | |
| tree | 161d1de8c1497275d580565e59d9ed56cbaf143c /lib/Target/Mips/Makefile | |
| parent | bee515f66baf4f7858d30c2fe6657d35f177dfcd (diff) | |
| download | external_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/Makefile | 2 |
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 |
