mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Use python3 in generate-test-checks.py.
Summary: Upgrade to python3 in generate-test-checks.py . Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes Tags: #mlir Differential Revision: https://reviews.llvm.org/D81701
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
"""A script to generate FileCheck statements for mlir unit tests.
|
||||
|
||||
This script is a utility to add FileCheck patterns to an mlir file.
|
||||
|
||||
Reference in New Issue
Block a user