diff options
author | Eric Christopher <echristo@gmail.com> | 2014-10-14 06:56:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-10-14 06:56:28 +0000 |
commit | 2d0757d106cd1fce0af374c1227e28c750c959ac (patch) | |
tree | 6af552e0b7ac74050dadcd573d755ffbe15ade4e | |
parent | 99556d77ef3b551013f47f429aa52cedef9682a3 (diff) | |
download | bcm5719-llvm-2d0757d106cd1fce0af374c1227e28c750c959ac.tar.gz bcm5719-llvm-2d0757d106cd1fce0af374c1227e28c750c959ac.zip |
Add lld to the parallel set of directories since it doesn't depend
on any of the other tools directories.
llvm-svn: 219667
-rw-r--r-- | llvm/tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 9ba4608ecad..ff6e55d7299 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -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 |