[llvm-bugs] [Bug 26389] [x86-64] clang generate wrong instruction for cygwin

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 2 11:50:44 PST 2016


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Windows doesn't support executables or DLLs larger than 2GB, so cout must be
coming from another DLL.

In that case, data imported from another DLL must be annotated as dllimport.
This is not required for functions as import libraries generally provide thunks
to make sure things work out.

-- 
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/20160202/74bb134e/attachment.html>


More information about the llvm-bugs mailing list