[llvm-branch-commits] [llvm] cmake: Derive CMake system name from a triple via new mechanism (PR #208773)

Eli Friedman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 10 09:51:37 PDT 2026


efriedma-quic wrote:

It looks like this is introducing a hard dependency on Python.  (We use python for a lot of things, but nothing actually required to build the compiler, as far as I know.)

That's not necessarily a problem, I guess, but we'd want to update the system requirements, and fix CMake to give a god error message if it's missing.

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


More information about the llvm-branch-commits mailing list