[LLVMbugs] [Bug 13996] Debug info causes linker error -- reloc against `.debug_str': error 2
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Nov 18 18:46:56 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=13996
Chandler Carruth <chandlerc at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chandler Carruth <chandlerc at gmail.com> 2012-11-18 20:46:56 CST ---
I now think it's a bug in the linker, or ar, or my filesystem.
Essentially, there is a single bit-flip in one object inside the archive, and
this is the error that results. I'm a little terrified about how its happening,
but I've now reproduced it where the .o file that went into the archive did
*not* have the bit flipped, but the archive did. Rebuilding the archive 'fixed'
it.
Anyways, seems less and less likely any part of Clang is responsible so I'm
closing this bug.
--
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.
More information about the llvm-bugs
mailing list