Commit d78b789 1 parent 5028249 commit d78b789 Copy full SHA for d78b789
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ LEVEL := ..
12
12
# Build clang if present.
13
13
OPTIONAL_PARALLEL_DIRS := clang
14
14
15
- # Build LLDB if present. Note LLDB must be built last as it depends on the
16
- # wider LLVM infrastructure (including Clang).
17
- OPTIONAL_DIRS := lldb
18
-
19
15
# NOTE: The tools are organized into five groups of four consisting of one
20
16
# large and three small executables. This is done to minimize memory load
21
17
# in parallel builds. Please retain this ordering.
@@ -30,8 +26,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
30
26
# Let users override the set of tools to build from the command line.
31
27
ifdef ONLY_TOOLS
32
28
OPTIONAL_PARALLEL_DIRS :=
33
- OPTIONAL_DIRS := $(findstring lldb,$(ONLY_TOOLS ) )
34
- PARALLEL_DIRS := $(filter-out lldb,$(ONLY_TOOLS ) )
29
+ PARALLEL_DIRS := $(ONLY_TOOLS )
35
30
endif
36
31
37
32
include $(LEVEL ) /Makefile.config
You can’t perform that action at this time.
0 commit comments