diff options
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index d8534866c3d3..a47710f111a4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,9 +19,8 @@ else OPTIONAL_PARALLEL_DIRS := clang endif -# Build LLD and LLDB if present. Note LLDB must be built last as it depends on +# Build LLDB if present. Note LLDB must be built last as it depends on # the wider LLVM infrastructure (including Clang). -OPTIONAL_PARALLEL_DIRS += lld OPTIONAL_DIRS := lldb # NOTE: The tools are organized into five groups of four consisting of one |
