[LLVMdev] hello compiles with -O3 but not -O4

Anton Korobeynikov anton at korobeynikov.info
Wed Nov 12 08:03:45 PST 2008


On Wed, Nov 12, 2008 at 6:40 PM, Neal Becker <ndbecker2 at gmail.com> wrote:
> Trivial hello world program compiles with -O3, but with -O4:
Correct. O4 emits bytecode. Your linker should be able to "understand"
LLVM IR in .o files.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list