d908d9fcff
* Fix a regression from the 18.1.6 release, which could result in compiler crashes in the PPCMergeStringPool pass when compiling for PowerPC targets. * Fixes clang-format regressions (since 18.1.1) on breaking before a stream insertion operator (<<) when both operands are string literals. * Fixes a clang-format regression (since 17.0.6) on formatting goto labels in macro definitions. - Rebase llvm-do-not-install-static-libraries.patch. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm18?expand=0&rev=17
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
|