[llvm] r219667 - Add lld to the parallel set of directories since it doesn't depend

Eric Christopher echristo at gmail.com
Mon Oct 13 23:56:28 PDT 2014


Author: echristo
Date: Tue Oct 14 01:56:28 2014
New Revision: 219667

URL: http://llvm.org/viewvc/llvm-project?rev=219667&view=rev
Log:
Add lld to the parallel set of directories since it doesn't depend
on any of the other tools directories.

Modified:
    llvm/trunk/tools/Makefile

Modified: llvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=219667&r1=219666&r2=219667&view=diff
==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Tue Oct 14 01:56:28 2014
@@ -21,7 +21,8 @@ endif
 
 # Build LLD and LLDB if present. Note LLDB must be built last as it depends on
 # the wider LLVM infrastructure (including Clang).
-OPTIONAL_DIRS := lld lldb
+OPTIONAL_PARALLEL_DIRS += lld
+OPTIONAL_DIRS := lldb
 
 # NOTE: The tools are organized into five groups of four consisting of one
 # large and three small executables. This is done to minimize memory load





More information about the llvm-commits mailing list