[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:27:03 PST 2013


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

Eric Christopher <echristo at gmail.com> changed:

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

--- Comment #1 from Eric Christopher <echristo at gmail.com> ---
Hi Bob,

Metadata formats are not guaranteed to be stable and this has been an explicit
design factor. The versioning support was removed many months ago and the debug
info format has been moving quickly. This has been stated many times on list,
in discussion, and with patches.

http://llvm.org/viewvc/llvm-project?rev=176838&view=rev

is the revision where the versioning, that didn't work anyhow, was finally
removed back in March.

Once the verifier works better it can discard debug metadata that fails
verification if we'd like to go that route.

-- 
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/34c987c5/attachment.html>


More information about the llvm-bugs mailing list