[PATCH] D129590: Change shebang from python to python3 in update_cc_test_checks.py

Roman Rusyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 13:30:38 PDT 2022


rusyaev-roman created this revision.
Herald added a project: All.
rusyaev-roman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

All update_test_checks.py scripts were updated in this revision
https://reviews.llvm.org/D70730 except for update_cc_test_checks.py.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129590

Files:
  llvm/utils/update_cc_test_checks.py


Index: llvm/utils/update_cc_test_checks.py
===================================================================
--- llvm/utils/update_cc_test_checks.py
+++ llvm/utils/update_cc_test_checks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 '''A utility to update LLVM IR CHECK lines in C/C++ FileCheck test files.
 
 Example RUN lines in .c/.cc test files:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129590.444069.patch
Type: text/x-patch
Size: 372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/22f47221/attachment.bin>


More information about the llvm-commits mailing list