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

Reid Kleckner <r...@google.com> changed:

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

--- Comment #2 from Reid Kleckner <r...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to