forked from OSchip/llvm-project
[CMake] Support side-by-side checkouts in multi-stage build
Passthrough LLVM_ENABLE_{PROJECTS,RUNTIMES} to followup stages to support the side-by-side checkouts (aka monorepo layout). Differential Revision: https://reviews.llvm.org/D40258 llvm-svn: 319267
This commit is contained in:
parent
fbf7b3bf3e
commit
d32e51e322
|
@ -603,7 +603,9 @@ if (CLANG_ENABLE_BOOTSTRAP)
|
|||
LLVM_BINUTILS_INCDIR
|
||||
CLANG_REPOSITORY_STRING
|
||||
CMAKE_MAKE_PROGRAM
|
||||
CMAKE_OSX_ARCHITECTURES)
|
||||
CMAKE_OSX_ARCHITECTURES
|
||||
LLVM_ENABLE_PROJECTS
|
||||
LLVM_ENABLE_RUNTIMES)
|
||||
|
||||
# We don't need to depend on compiler-rt if we're building instrumented
|
||||
# because the next stage will use the same compiler used to build this stage.
|
||||
|
|
Loading…
Reference in New Issue