[PATCH] D98291: [compiler-rt] Fix stale incremental builds when using `LLVM_BUILD_EXTERNAL_COMPILER_RT=ON`.
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 19:04:55 PST 2021
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
So... this patch is fine. (marked as approved). That said, we should really be working to remove the `LLVM_BUILD_EXTERNAL_COMPILER_RT` option entirely in favor of just using `LLVM_ENABLE_RUNTIMES=compiler-rt`. That build process does support invoking the sub-project build on build invocation to make sure builds get re-run, and it supports better understanding of the dependencies between runtimes.
Have you considered using that instead of `LLVM_BUILD_EXTERNAL_COMPILER_RT`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98291/new/
https://reviews.llvm.org/D98291
More information about the cfe-commits
mailing list