summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit5248f9f0a5bddd7e98a609c90c65ad0947addb91 (patch)
tree6216838179467eb89d229d9966d0cbfbe1ade871 /llvm/tools
parent3e332a4862cb4e695d1ef44e2e012cbe15bc03fd (diff)
downloadbcm5719-llvm-5248f9f0a5bddd7e98a609c90c65ad0947addb91.tar.gz
bcm5719-llvm-5248f9f0a5bddd7e98a609c90c65ad0947addb91.zip
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. llvm-svn: 210245
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index 2b8c32ee32a..97ad99a9d1a 100644
--- a/llvm/tools/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud