[PATCH] D71565: Make mangled_names.test and update_cc_test_checks.py work with Python 2.
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 15:18:10 PST 2019
arichardson added a comment.
I think it might be better to just always use sys.executable and skip the tests if the version is less than `(3, 5)`.
I'm not sure it makes sense to make a developer only script compatible with a python version that will be eol very soon.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71565/new/
https://reviews.llvm.org/D71565
More information about the llvm-commits
mailing list