Windows: Don't wildcard expand /? or -?
[oota-llvm.git] / tools / Makefile
index 2b8c32ee32a72486f1e2d39dc264d0a2d67c91e1..97ad99a9d1a2b431d376b60cf5d64cd1aa9b08fb 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