Opened 12 years ago
Closed 12 years ago
#35630 closed defect (wontfix)
llvm-3.1 build causing clang to use gigs of memory
Reported by: | guillochon@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | llvm-3.1 |
Description
When attempting to install llvm @3.1, the install gets to the building phase, at which point clang begins to use gigabytes of memory, and becomes stuck. I have installed the latest command line tools via the latest XCode, and also approved the license agreement. What else should I try?
Change History (3)
comment:1 Changed 12 years ago by guillochon@…
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|---|
Port: | llvm-3.1 added; llvm removed |
Summary: | llvm @3.1 causing clang to use gigs of memory → llvm-3.1 build causing clang to use gigs of memory |
comment:3 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Yep.
Note: See
TracTickets for help on using
tickets.
Just an update, the problem seems to be related to compiling a single file within LLVM, "ARMdisassembler.cpp":
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-November/018650.html
This seems to be a known bug when compiling this file. Unfortunately, there appears to be no solution for the problem. My desktop computer, which has 12 GB of RAM, did not have an issue when compiling this file, but unfortunately it appears that the 4GB of RAM on my laptop is not sufficient.