Skip to content
Commit 80fcb754 authored by Reid Spencer's avatar Reid Spencer
Browse files

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.

llvm-svn: 37254
parent 03069449
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment