[all-commits] [llvm/llvm-project] aa6cb0: [test] Remove Python<3.3 workaround without shlex....
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu May 11 23:06:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa6cb0f21461d76d296c7c6139d0a8e355238ce5
https://github.com/llvm/llvm-project/commit/aa6cb0f21461d76d296c7c6139d0a8e355238ce5
Author: Fangrui Song <i at maskray.me>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M compiler-rt/test/asan/lit.cfg.py
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/memprof/lit.cfg.py
Log Message:
-----------
[test] Remove Python<3.3 workaround without shlex.quote
Python>=3.6 has been the requirement since D93097 (2020).
Remove old workarounds.
Remove unused imports from compiler-rt/test/memprof/lit.cfg.py
Reviewed By: serge-sans-paille
Differential Revision: https://reviews.llvm.org/D150410
More information about the All-commits
mailing list