[llvm-bugs] [Bug 37492] Type merging in some PDBs results in bad pointer typedefs

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 17 14:14:05 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37492

Reid Kleckner <rnk at google.com> changed:

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

--- Comment #2 from Reid Kleckner <rnk at google.com> ---
This was a bug in type merging, but only in the *compile* step, not the link
step, which was pretty weird. The bug was in global type hashing, which is what
the compiler always uses now. The linker doesn't.

Should be fixed by r332664, it was a one line fix to include the record prefix
in the hashed bytes.

-- 
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/20180517/1eacbf70/attachment.html>


More information about the llvm-bugs mailing list