[PATCH] D45369: [UpdateTestChecks] Add update_mca_test_checks.py script

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 11:09:53 PDT 2018


MaskRay added a comment.

It would be great to use a python3 shebang. These utilities are independent from other (possibly Python 2 specific) Python files

  % head -n 1 utils/update_cc_test_checks.py
  #!/usr/bin/env python3


https://reviews.llvm.org/D45369





More information about the llvm-commits mailing list