From 36713a47c8fea0732bcb798ffba4e7c5d22d19f3 Mon Sep 17 00:00:00 2001 From: Justin Fargnoli Date: Mon, 25 Mar 2024 14:09:25 -0700 Subject: [PATCH] [utils] Use Python3 for `bisect-skip-count` (#84979) --- llvm/utils/bisect-skip-count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/bisect-skip-count b/llvm/utils/bisect-skip-count index efdd2c937e1529..1a64eba381dc8a 100755 --- a/llvm/utils/bisect-skip-count +++ b/llvm/utils/bisect-skip-count @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This script is used to bisect skip and count arguments for --debug-counter. # It is similar to bisect, except it understands how to increase skip and decrease count #