summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-06-08 04:04:13 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-06-08 04:04:13 +0000
commit144af177042567e8e40e3eb79bba2ebb488cc80d (patch)
treeff9dd80f89674832cf22fd86f451d99878f2a78e /llvm
parenta60bdb56394eaa7ddc2c7ef9170c514f80dc4e62 (diff)
downloadbcm5719-llvm-144af177042567e8e40e3eb79bba2ebb488cc80d.tar.gz
bcm5719-llvm-144af177042567e8e40e3eb79bba2ebb488cc80d.zip
Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.
llvm-svn: 239283
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index d8534866c3d..a47710f111a 100644
--- a/llvm/tools/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud