[PATCH] D42450: [utils] Convert update_{llc_, }test_checks.py to Python 3

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 15:22:15 PST 2018


MaskRay created this revision.
Herald added a subscriber: llvm-commits.

Python 2.7 will retire in 2 years. We may extract common parts of the two files to deduplicate. By converting to Python 3, we'll have less trouble dealing with different `import` mechanism.


Repository:
  rL LLVM

https://reviews.llvm.org/D42450

Files:
  utils/update_llc_test_checks.py
  utils/update_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42450.131159.patch
Type: text/x-patch
Size: 12016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/a7325f41/attachment.bin>


More information about the llvm-commits mailing list