[llvm] 9f70869 - Change shebang from python to python3 in update_cc_test_checks.py

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 13:03:12 PDT 2022


Author: Roman Rusyaev
Date: 2022-07-13T13:02:54-07:00
New Revision: 9f70869545cf40513ffc970f727282f04311aa50

URL: https://github.com/llvm/llvm-project/commit/9f70869545cf40513ffc970f727282f04311aa50
DIFF: https://github.com/llvm/llvm-project/commit/9f70869545cf40513ffc970f727282f04311aa50.diff

LOG: Change shebang from python to python3 in update_cc_test_checks.py

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

Reviewed By: barannikov88

Differential Revision: https://reviews.llvm.org/D129590

Added: 
    

Modified: 
    llvm/utils/update_cc_test_checks.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/update_cc_test_checks.py b/llvm/utils/update_cc_test_checks.py
index 0ca98a47c9fc..211892a4d682 100755
--- a/llvm/utils/update_cc_test_checks.py
+++ b/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:


        


More information about the llvm-commits mailing list