From: Peter Collingbourne Date: Mon, 8 Jun 2015 04:04:13 +0000 (+0000) Subject: Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=965c107356be71731946bd4b7178cf82c07a2153;p=oota-llvm.git 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 --- diff --git a/tools/Makefile b/tools/Makefile index d8534866c3d..a47710f111a 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