Displaying 1 result from an estimated 1 matches similar to: "[LLVMdev] Bug in opt"
2011 Mar 16
0
[LLVMdev] Bug in opt
Hi Joe,
> I have made a .s file, which can be correctly assembled
> and run with lli. But when I optimize it I get no errors
> from the optimizer, but the resultant file is incorrect.
>
> Here's what happens:
>
> llvm-as test2_gen.s %% no errors test2_gen.s.bc is produced
there's actually no need to assemble this to bitcode: you can pass
test2_gen.s directly to