I am trying to build the latest llvm/clang code on my ubuntu 14.04 vm, which has 2GB memory.
What I did is a normal configure/make procedure, without any parameters to t
Another consideration: If you have Make running parallel jobs (e.g., make -j8
), the concurrently executing jobs may require too much memory.
You need to do one of the following: