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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r...@google.com
         Resolution|---                         |INVALID

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

Reply via email to