[all-commits] [llvm/llvm-project] 44c969: [lld][utils] Remove Python2 compatible imports in ...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Oct 16 04:15:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44c96926c5e866766398c604f39c038c70e38d77
https://github.com/llvm/llvm-project/commit/44c96926c5e866766398c604f39c038c70e38d77
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M lld/utils/benchmark.py
Log Message:
-----------
[lld][utils] Remove Python2 compatible imports in benchmark.py
These imports were moved around in Python 3.0
(https://docs.python.org/3/whatsnew/3.0.html#library-changes).
LLVM requires Python >= 3.8 so we can expect the Python3 names
to exist.
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