diff --git a/llvm/utils/bisect-skip-count b/llvm/utils/bisect-skip-count index efdd2c937e152..1a64eba381dc8 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 #