[llvm-bugs] [Bug 38015] some modules related tests fail in 32-bit windows builds

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 3 19:25:59 PDT 2018


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

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

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Looks like the problem is that there's an inconsistency in the calling
convention between the first and subsequent declarations for Win32 (and
probably more generally anywhere that non-default calling conventions get
inherited by redeclarations).

r336240 reinstates the problematic change with a fix for this issue.

-- 
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/20180704/619d6a75/attachment.html>


More information about the llvm-bugs mailing list