Skip to content

Commit be031b1

Browse files
[llvm-locstats] Switch shebang from python to python3 (llvm#101864)
1 parent da0e66e commit be031b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/llvm-locstats/llvm-locstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# This is a tool that works like debug location coverage calculator.
44
# It parses the llvm-dwarfdump --statistics output by reporting it

0 commit comments

Comments
 (0)