84a2b56c53
* This release contains bug-fixes for the LLVM 19.1.0 release. This release is API and ABI compatible with 19.1.0. - Rebase llvm-do-not-install-static-libraries.patch. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm19?expand=0&rev=15
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
|