[llvm] r239283 - Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.
Peter Collingbourne
peter at pcc.me.uk
Sun Jun 7 21:04:13 PDT 2015
Author: pcc
Date: Sun Jun 7 23:04:13 2015
New Revision: 239283
URL: http://llvm.org/viewvc/llvm-project?rev=239283&view=rev
Log:
Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.
Modified:
llvm/trunk/tools/Makefile
Modified: llvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=239283&r1=239282&r2=239283&view=diff
==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Sun Jun 7 23:04:13 2015
@@ -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
More information about the llvm-commits
mailing list