[llvm] be031b1 - [llvm-locstats] Switch shebang from python to python3 (#101864)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 4 10:54:21 PDT 2024
Author: Aiden Grossman
Date: 2024-08-04T10:54:18-07:00
New Revision: be031b17191efb32636a05d2e39433446c328d92
URL: https://github.com/llvm/llvm-project/commit/be031b17191efb32636a05d2e39433446c328d92
DIFF: https://github.com/llvm/llvm-project/commit/be031b17191efb32636a05d2e39433446c328d92.diff
LOG: [llvm-locstats] Switch shebang from python to python3 (#101864)
Added:
Modified:
llvm/utils/llvm-locstats/llvm-locstats.py
Removed:
################################################################################
diff --git a/llvm/utils/llvm-locstats/llvm-locstats.py b/llvm/utils/llvm-locstats/llvm-locstats.py
index 454488064106e..405222e580844 100755
--- a/llvm/utils/llvm-locstats/llvm-locstats.py
+++ b/llvm/utils/llvm-locstats/llvm-locstats.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# This is a tool that works like debug location coverage calculator.
# It parses the llvm-dwarfdump --statistics output by reporting it
More information about the llvm-commits
mailing list