Add lld to the parallel set of directories since it doesn't depend
authorEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 06:56:28 +0000 (06:56 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 06:56:28 +0000 (06:56 +0000)
on any of the other tools directories.

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

tools/Makefile

index 9ba4608ecade34d729622b4f1487632c7802098d..ff6e55d7299130b87203c299e0f2175544d80620 100644 (file)
@@ -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