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

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <[email protected]> ---
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to