[llvm-bugs] [Bug 26159] LLVM disregards windows’ x64 vararg ABI

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 15 09:47:51 PST 2016


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

simonas+llvm.org at kazlauskas.me changed:

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

--- Comment #4 from simonas+llvm.org at kazlauskas.me ---
> When I compile and run these programs with MSVC, they produce the same results as with clang. (print "42 f" and crash, respectively)
>
> Do you get the same results?

Ah, indeed. So apparently I spent a whole day hunting for a bug which turned
out to be inside M$’s own libraries without even bothering to check whether
their own compiler is capable of calling that function properly.

Sorry for the false alarm :/

-- 
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/20160115/652a2c2c/attachment.html>


More information about the llvm-bugs mailing list