mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 10:52:38 +00:00
Make all of the tools build in parallel. Missing this caused incremental
rebuilds to serially link each tool, which is really really slow. We still have to build libclang serially first because c-index-test depends on it. llvm-svn: 161612
This commit is contained in:
parent
462227b08b
commit
69335414c1
@ -11,10 +11,13 @@ CLANG_LEVEL := ..
|
||||
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
|
||||
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
|
||||
clang-check
|
||||
# Build libclang first so that other tools can depend on it.
|
||||
DIRS := libclang
|
||||
|
||||
PARALLEL_DIRS := driver c-index-test arcmt-test c-arcmt-test diagtool \
|
||||
clang-check
|
||||
|
||||
# Recurse into the extra repository of tools if present.
|
||||
OPTIONAL_DIRS := extra
|
||||
PARALLEL_OPTIONAL_DIRS := extra
|
||||
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user