summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2014-06-05 08:49:55 +0000
committerIain Sandoe <iain@codesourcery.com>2014-06-05 08:49:55 +0000
commitced4056f2cb992cf17872e208e60d2abd8bdb34b (patch)
tree5e97d07aa5b22ee1161dfd900ffd2584f6742d4a /tools
parent3cea6e797efd880af1be61092a5da31ff9a2dbbf (diff)
downloadllvm-ced4056f2cb992cf17872e208e60d2abd8bdb34b.tar.gz
llvm-ced4056f2cb992cf17872e208e60d2abd8bdb34b.tar.bz2
llvm-ced4056f2cb992cf17872e208e60d2abd8bdb34b.tar.xz
lld (build with configur and make) Enable build
r210177 added Makefiles to the lld project. This revision enables the automatic build of lld when the sources are found in tools/lld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2b8c32ee32..97ad99a9d1 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,9 +19,9 @@ else
OPTIONAL_PARALLEL_DIRS := clang
endif
-# Build LLDB if present. Note LLDB must be built last as it depends on the
-# wider LLVM infrastructure (including Clang).
-OPTIONAL_DIRS := lldb
+# Build LLD and LLDB if present. Note LLDB must be built last as it depends on
+# the wider LLVM infrastructure (including Clang).
+OPTIONAL_DIRS := lld lldb
# NOTE: The tools are organized into five groups of four consisting of one
# large and three small executables. This is done to minimize memory load