forked from pool/llvm18
7e97117ede
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm18?expand=0&rev=28
31 lines
1007 B
Diff
31 lines
1007 B
Diff
Index: llvm-8.0.0rc3.src/test/BugPoint/compile-custom.ll.py
|
|
===================================================================
|
|
--- llvm-8.0.0rc3.src.orig/test/BugPoint/compile-custom.ll.py
|
|
+++ llvm-8.0.0rc3.src/test/BugPoint/compile-custom.ll.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
from __future__ import print_function
|
|
|
|
Index: llvm-8.0.0rc3.src/test/Other/opt-bisect-helper.py
|
|
===================================================================
|
|
--- llvm-8.0.0rc3.src.orig/test/Other/opt-bisect-helper.py
|
|
+++ llvm-8.0.0rc3.src/test/Other/opt-bisect-helper.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
from __future__ import print_function
|
|
|
|
Index: llvm-8.0.0rc3.src/test/TableGen/JSON-check.py
|
|
===================================================================
|
|
--- llvm-8.0.0rc3.src.orig/test/TableGen/JSON-check.py
|
|
+++ llvm-8.0.0rc3.src/test/TableGen/JSON-check.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
import sys
|
|
import subprocess
|