[all-commits] [llvm/llvm-project] d8924d: [LLDB] Explicitly use python for version fixup (#1...
nerix via All-commits
all-commits at lists.llvm.org
Fri Jun 20 12:54:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8924d4da78fc980b720b328897b1bd5efba348a
https://github.com/llvm/llvm-project/commit/d8924d4da78fc980b720b328897b1bd5efba348a
Author: nerix <nerixdev at outlook.de>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M lldb/source/API/CMakeLists.txt
Log Message:
-----------
[LLDB] Explicitly use python for version fixup (#144217)
On Windows, the post build command would open the script in the default
editor, since it doesn't know about shebangs. This effectively adds
`python3` in front of the command.
Amends https://github.com/llvm/llvm-project/pull/142871 /
https://github.com/llvm/llvm-project/pull/141116
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list