http://llvm.org/bugs/show_bug.cgi?id=13996
Chandler Carruth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Chandler Carruth <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
