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

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 03:42:25 PDT 2024


https://github.com/jayfoad created https://github.com/llvm/llvm-project/pull/92243

None

>From 3b4223be63cfcccd8cd121e8d78d06afdab0ce37 Mon Sep 17 00:00:00 2001
From: Jay Foad <jay.foad at amd.com>
Date: Wed, 15 May 2024 11:40:15 +0100
Subject: [PATCH] [utils][filecheck-lint] Add shebang

---
 llvm/utils/filecheck_lint/filecheck_lint.py | 1 +
 1 file changed, 1 insertion(+)
 mode change 100644 => 100755 llvm/utils/filecheck_lint/filecheck_lint.py

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