diff options
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 2b8c32ee32a..97ad99a9d1a 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -19,9 +19,9 @@ else OPTIONAL_PARALLEL_DIRS := clang endif -# Build LLDB if present. Note LLDB must be built last as it depends on the -# wider LLVM infrastructure (including Clang). -OPTIONAL_DIRS := lldb +# 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 # 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 |

