http://llvm.org/bugs/show_bug.cgi?id=6524
Andrew Lenharth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|WORKSFORME | --- Comment #4 from Andrew Lenharth <[email protected]> 2010-03-16 15:50:28 CDT --- gcc works.s -lstdc++ ./a.out opt -internalize works.bc -o broken.bc llc broken.bc gcc broken.s -lstdc++ ./a.out Segmentation fault internalize is internalizing weak_odr constants and available_externally functions. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
