[LLVMbugs] [Bug 17982] incompatible bitcode files due to debug info changes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 18 10:39:30 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17982

Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #3 from Bob Wilson <bob.wilson at apple.com> ---
Of course we can run -strip-debug, but that's not the point. I am suggesting
that we need to reconsider the decision to completely remove versioning
support. In practice, this means that when using LTO you cannot mix different
versions of clang without risk of crashing the compiler.

Using the verifier to discard old metadata would be one solution. Basing that
decision on a version number seems like it would be a whole lot simpler and
safer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131118/68780c3d/attachment.html>


More information about the llvm-bugs mailing list