[llvm-branch-commits] [llvm] Backport '[CMake] Update "all" project/runtimes (#179270)' to 22.x (PR #182090)

Calvin Owens via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 18 11:56:40 PST 2026


jcalvinowens wrote:

@nikic using `-DLLVM_ENABLE_PROJECTS=all -DLLVM_ENABLE_RUNTIMES=all` has always worked in the past, but fails starting with 22.x. This patch fixes it.

I originally misunderstood the issue as being because compiler-rt showed up in both, but it's actually that compiler-rt shows up in PROJECTS with anything at all in RUNTIMES.

https://github.com/llvm/llvm-project/pull/182090


More information about the llvm-branch-commits mailing list