[llvm-bugs] [Bug 41411] not enough memory
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 18 15:19:57 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41411
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
CC| |rnk at google.com
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
Judging from the -win32.exe installer suffix, it seems you have a 32-bit
version of LLD. Try the 64-bit installer:
https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r358402-win64.exe
LLD is designed to use lots of memory mapped files, which can quickly exhaust a
32-bit address space, leading to an out of memory error message. We don't have
any plans to reengineer it to work better in 32-bit, so I will close this as
"wontfix".
--
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/20190418/8d6c5603/attachment.html>
More information about the llvm-bugs
mailing list