Rearrange the build order to better accommodate parallel build by reducing
memory pressure. This order spaces out large executables with small ones in between so that in a -j2 or -j3 build, it only attempts to build only one large executable at time. If you're doing -j4, you probably have enuogh memory anyway. llvm-svn: 29835
Loading
Please register or sign in to comment