You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gry Gunvor, LLVM Developers Mailing List
512MB is not enough for any serious development work these days. A computer with 512MB probably has an old weak processor as well.
At a minimum think of a i3 with 4GB (maybe used?) but you'll enjoy much more developing LLVM on a i7 with 16GB of RAM.
martin krastev
unread,
Apr 8, 2015, 2:19:18 PM4/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gry Gunvor, llv...@cs.uiuc.edu
I've built older versions of clang (3.3 - 3.4) on a 1GB ubuntu ARMv7,
but I don't recall if that has involved a swap file.. Most likely it
has.
I haven't had issues building recent clangs on a 4GB netbook, swap file enabled.
Jonathan Roelofs
unread,
Apr 8, 2015, 2:57:19 PM4/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to martin krastev, Gry Gunvor, llv...@cs.uiuc.edu
If you're developing *for* rather than *on* a low-power system, there's
always cross building it, too. That's what people do to get Clang on a
RaspberryPi, for example.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gry Gunvor, llv...@cs.uiuc.edu
Hi,
The last time I measured it was a couple years ago but the peak RAM usage at the time was a little under 7GB for a build with debug info. Most of our development systems have 16GB but we have a few test systems for non-debug builds with 2GB + swap.