Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2015-06-08 04:04:13 +00:00
parent 3148e98284
commit 965c107356
1 changed files with 1 additions and 2 deletions

View File

@ -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