Rearrange the build order to better accommodate parallel build by reducing
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 23:21:21 +0000 (23:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 23:21:21 +0000 (23:21 +0000)
commitab96bb1df3987b94fcd897e97f917ecd064deed3
treee9b46c72cab9f0bf5a52a9ee9eb8716a245e83b2
parentcab0e43829f33164429a0ffc6c4a9cdacc0a95b7
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29835 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile