[PATCH] D45272: [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis generation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 11:24:56 PDT 2018
MaskRay added a comment.
Shall we use `#!/usr/bin/env python3` for newer utility scripts?
I know https://llvm.org/docs/GettingStarted.html#software specifies `>=2.7` (presumably Python 2) and some infrastructure rely on Python 2. But these utility scripts are independent and can be migrated to Python 3. https://pythonclock.org/
Repository:
rL LLVM
https://reviews.llvm.org/D45272
More information about the llvm-commits
mailing list