http://llvm.org/bugs/show_bug.cgi?id=3750
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #25 from Anton Korobeynikov <[email protected]> 2009-03-29 12:19:00 --- (In reply to comment #24) > Anton, what do you think? Your comment 15 implies that you know something > about this :) Ok. Finally I looked over code again and realized that regardless of relro stuff we emitted things improperly in PIC mode. The following series of commits hopefully should fix it: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075816.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075817.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075818.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075819.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075820.html -- 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
