Skip to content

Commit 36713a4

Browse files
[utils] Use Python3 for bisect-skip-count (#84979)
1 parent 5f1f9cf commit 36713a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/bisect-skip-count

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
# This script is used to bisect skip and count arguments for --debug-counter.
33
# It is similar to bisect, except it understands how to increase skip and decrease count
44
#

0 commit comments

Comments
 (0)