[llvm] 9decb10 - [prepare-code-coverage-artifact.py] Change run line to use python3

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 15:53:41 PST 2025


Author: Nico Weber
Date: 2025-11-07T18:53:27-05:00
New Revision: 9decb102d9a1e7dc55883a633789cb2563de2b25

URL: https://github.com/llvm/llvm-project/commit/9decb102d9a1e7dc55883a633789cb2563de2b25
DIFF: https://github.com/llvm/llvm-project/commit/9decb102d9a1e7dc55883a633789cb2563de2b25.diff

LOG: [prepare-code-coverage-artifact.py] Change run line to use python3

Added: 
    

Modified: 
    llvm/utils/prepare-code-coverage-artifact.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/prepare-code-coverage-artifact.py b/llvm/utils/prepare-code-coverage-artifact.py
index b865211088c8e..5d4f549278638 100755
--- a/llvm/utils/prepare-code-coverage-artifact.py
+++ b/llvm/utils/prepare-code-coverage-artifact.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python
-
-from __future__ import print_function
+#!/usr/bin/env python3
 
 """Prepare a code coverage artifact.
 


        


More information about the llvm-commits mailing list