http://llvm.org/bugs/show_bug.cgi?id=3750
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #15 from Anton Korobeynikov <[email protected]> 2009-03-08 07:04:56 --- (In reply to comment #14) > It seems GCC stores the array in .data.rel.ro, while LLVM puts it in .rodata. > It seems GCC does this because of -fpic. Putting stuff into .data.rel.ro is just an optimization hint for linker, we don't support it nowadays. Semantically it does not make any difference between .rodata and .data.rel.ro. -- 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
