llvm-6502/lib/ExecutionEngine
Reid Spencer cc442cabf6 On Linux platforms and at optimization levels -O1 and above, llvm-gcc can
turn "putchar" calls into _IO_putc calls which is a lower-level interface.
This patch allows these calls to be executed by lli in interpreter mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37254 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-19 01:36:17 +00:00
..
Interpreter On Linux platforms and at optimization levels -O1 and above, llvm-gcc can 2007-05-19 01:36:17 +00:00
JIT avoid mutating a global in an accessor 2007-04-20 22:57:20 +00:00
ExecutionEngine.cpp Unbreak C++ build. 2007-03-12 17:57:00 +00:00
Makefile