http://llvm.org/bugs/show_bug.cgi?id=7811
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Daniel Dunbar <[email protected]> 2010-08-05 10:32:16 CDT --- llvm-ld runs a whole host of optimizations, which is what is stripping the debug info I imagine. Use llvm-ld --disable-opt to avoid them. -- 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
