mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Perform optional clang building.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8191371f87
commit
0a26891ce9
@ -612,6 +612,13 @@ $(RecursiveTargets)::
|
||||
done
|
||||
endif
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# Handle the OPTIONAL_PARALLEL_DIRS options for optional parallel construction
|
||||
#-----------------------------------------------------------
|
||||
ifdef OPTIONAL_PARALLEL_DIRS
|
||||
PARALLEL_DIRS += $(foreach T,$(OPTIONAL_PARALLEL_DIRS),$(shell test -d $(PROJ_SRC_DIR)/$(T) && echo "$(T)"))
|
||||
endif
|
||||
|
||||
#-----------------------------------------------------------
|
||||
# Handle the PARALLEL_DIRS options for parallel construction
|
||||
#-----------------------------------------------------------
|
||||
|
@ -8,6 +8,10 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL := ..
|
||||
|
||||
# Build clang if present.
|
||||
OPTIONAL_PARALLEL_DIRS := clang
|
||||
|
||||
# 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
|
||||
# in parallel builds. Please retain this ordering.
|
||||
|
Loading…
Reference in New Issue
Block a user