lld (build with configur and make) Enable build
authorIain Sandoe <iain@codesourcery.com>
Thu, 5 Jun 2014 08:49:55 +0000 (08:49 +0000)
committerIain Sandoe <iain@codesourcery.com>
Thu, 5 Jun 2014 08:49:55 +0000 (08:49 +0000)
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

llvm/tools/Makefile

index 2b8c32e..97ad99a 100644 (file)
@@ -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