[llvm] r210245 - lld (build with configur and make) Enable build
Iain Sandoe
iain at codesourcery.com
Thu Jun 5 01:49:55 PDT 2014
Author: iains
Date: Thu Jun 5 03:49:55 2014
New Revision: 210245
URL: http://llvm.org/viewvc/llvm-project?rev=210245&view=rev
Log:
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.
Modified:
llvm/trunk/tools/Makefile
Modified: llvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=210245&r1=210244&r2=210245&view=diff
==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Thu Jun 5 03:49:55 2014
@@ -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
More information about the llvm-commits
mailing list