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

Reid Kleckner <[email protected]> changed:

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

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

Reply via email to