[llvm] 3a8d176 - [utils][filecheck-lint] Add shebang (#92243)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 08:50:57 PDT 2024


Author: Jay Foad
Date: 2024-05-15T17:50:52+02:00
New Revision: 3a8d176af519e4385652e762c615ace9b80ef045

URL: https://github.com/llvm/llvm-project/commit/3a8d176af519e4385652e762c615ace9b80ef045
DIFF: https://github.com/llvm/llvm-project/commit/3a8d176af519e4385652e762c615ace9b80ef045.diff

LOG: [utils][filecheck-lint] Add shebang (#92243)

Added: 
    

Modified: 
    llvm/utils/filecheck_lint/filecheck_lint.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/filecheck_lint/filecheck_lint.py b/llvm/utils/filecheck_lint/filecheck_lint.py
old mode 100644
new mode 100755
index dc054ab76a098..837846db83321
--- a/llvm/utils/filecheck_lint/filecheck_lint.py
+++ b/llvm/utils/filecheck_lint/filecheck_lint.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 # ===----------------------------------------------------------------------===##
 #
 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.


        


More information about the llvm-commits mailing list