Files
llvm/lld/utils
David Spickett 44c96926c5 [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.
2025-10-16 11:14:12 +00:00
..