On 26 November 2015 at 22:02, Ryan Gonzalez <rymg19@gmail.com> wrote:
I remember the time I was trying to build LLVM+Clang on Windows in debug mode. Because...MinGW...I actually surpassed the file size limit when linking Clang, so I had to rebuild EVERYTHING. Stupid thing took about an hour each time.

Ah. Debug mode. It took me a while to suspect: I don't think you can build debug mode at all now in 32-bit mode.
Even with gold instead of gnu ld it needs more memory than they can represent in their arrangement of 32-bit user-mode address space.