[PATCH] D112748: [release] Use the Bootstrapping build for building LLVM releases
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 13:31:28 PDT 2021
tstellar added a comment.
In D112748#3094557 <https://reviews.llvm.org/D112748#3094557>, @ldionne wrote:
> Also, @tsellar, do you want the LLVM releases to be built using the just-built Clang, or the system compiler? IMO it makes sense to use the bootstrapping build, but if we want to build the Phase 1 runtimes using the system compiler, we could use two CMake invocations, one rooted at `<monorepo>/llvm` and one rooted at `<monorepo>/runtimes`. This patch assumes that we want to bootstrap Clang and build the runtimes with it at each phase.
Using the bootstrap build seems fine with me. Is the phase1 runtime build used in phase2 or phase3 or is it just discarded?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112748/new/
https://reviews.llvm.org/D112748
More information about the llvm-commits
mailing list