1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add lld to the parallel set of directories since it doesn't depend

on any of the other tools directories.

llvm-svn: 219667
This commit is contained in:
Eric Christopher 2014-10-14 06:56:28 +00:00
parent 82bb988565
commit 1b13c50f59

View File

@ -21,7 +21,8 @@ endif
# Build LLD and LLDB if present. Note LLDB must be built last as it depends on # Build LLD and LLDB if present. Note LLDB must be built last as it depends on
# the wider LLVM infrastructure (including Clang). # 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 # 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 # large and three small executables. This is done to minimize memory load