[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [openmp] [polly] Python-related cleanups (PR #163566)

2025-10-18 Thread Ross Burton via lldb-commits
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

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [openmp] [polly] Python-related cleanups (PR #163566)

2025-10-17 Thread Ross Burton via lldb-commits
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

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [openmp] [polly] Python-related cleanups (PR #163566)

2025-10-17 Thread Ross Burton via lldb-commits
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

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [openmp] [polly] Python-related cleanups (PR #163566)

2025-10-17 Thread Ross Burton via lldb-commits
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/

[Lldb-commits] [clang] [clang-tools-extra] [compiler-rt] [libc] [libcxx] [lld] [lldb] [llvm] [mlir] [openmp] [polly] Python-related cleanups (PR #163566)

2025-10-15 Thread Ross Burton via lldb-commits
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