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

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 18 10:55:13 PST 2026


nikic wrote:

Sorry, I still do not understand why you need this. Previously `compiler-rt` was in `LLVM_ALL_PROJECTS` but not in `LLVM_DEFAULT_RUNTIMES`, so I do not understand why there was an issue with the `LLVM_ENABLE_PROJECTS=all` + `LLVM_ENABLE_RUNTIMES=all` configuration.

Is your issue report incorrect and what you actually did was use `LLVM_ENABLE_PROJECTS=all` with an explicit `LLVM_ENABLE_RUNTIMES` list that included `compiler-rt`?

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


More information about the llvm-branch-commits mailing list