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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |r340079
             Status|NEW                         |RESOLVED

--- Comment #2 from Reid Kleckner <r...@google.com> ---
r340079. I'll merge it to 7.0, since I can easily imagine people will start
trying out ThinLTO sooner than later if we finish it in Chromium.

(In reply to David Majnemer from comment #1)
> What mangled names does MSVC generate in these cases?

We used to emit "?A@" for these, MSVC emits "?A0x1234ABCD@" for them, and now
we do the same. Undname ignores whatever is between the 'A' and the '@'.

-- 
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