Changes in directory llvm/tools:
Makefile updated: 1.51 -> 1.52 --- Log message: 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. --- Diffs of the changes: (+4 -3) Makefile | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/tools/Makefile diff -u llvm/tools/Makefile:1.51 llvm/tools/Makefile:1.52 --- llvm/tools/Makefile:1.51 Fri Aug 18 01:34:30 2006 +++ llvm/tools/Makefile Tue Aug 22 18:21:21 2006 @@ -8,8 +8,9 @@ ##===----------------------------------------------------------------------===## LEVEL := .. -PARALLEL_DIRS := llvm-config llvm-as llvm-dis opt gccas llc llvm-link lli gccld\ - llvm-stub llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \ - llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm2cpp +PARALLEL_DIRS := llvm-config opt llvm-as -llvm-dis llc llvm-bcanalyzer \ + llvm-extract lli llvm-db llvm-ar llvm-ld llvm-prof llvm-nm \ + gccas llvm-ranlib llvm-stub gccld llvm2cpp \ + bugpoint llvmc llvm-link include $(LEVEL)/Makefile.common _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits