https://github.com/rossburton created
https://github.com/llvm/llvm-project/pull/163566
Ensure that the nested native CMake build uses the same Python interpreter as
the outer build.
Unify python shebangs so that they use `python3` everywhere, instead of a mix
of `python` and `python3`.
>From
https://github.com/rossburton updated
https://github.com/llvm/llvm-project/pull/163566
>From 19f755003adf1befe663543286950fb4ac3a Mon Sep 17 00:00:00 2001
From: Ross Burton
Date: Wed, 15 Oct 2025 15:21:16 +0100
Subject: [PATCH 1/3] [cmake] Pass PYTHON_EXECUTABLE to native builds
Ensure tha
rossburton wrote:
> Moreover, this may have pretty big implications since the implementation of
> these commands 8s very inconsistent across platforms and no common rules seem
> to exist. Some platforms have `python` that aliases to `python3`, some alias
> it to `python2`, some only have `pyth
rossburton wrote:
The cmake/python/native commit has been split out to
https://github.com/llvm/llvm-project/pull/163574.
https://github.com/llvm/llvm-project/pull/163566
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/
rossburton wrote:
The PYTHON_EXECUTABLE and the shebang cleanups are entirely unrelated except by
theme, I can split them it that would make things easier.
https://github.com/llvm/llvm-project/pull/163566
___
lldb-commits mailing list
lldb-commits@lis