- Rebase check-no-llvm-exegesis.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=8
This commit is contained in:
Aaron Puchert 2023-04-22 02:13:05 +00:00 committed by Git OBS Bridge
parent a5ac761810
commit 902c37c033
2 changed files with 9 additions and 2 deletions

View File

@ -10,15 +10,21 @@
llvm-isel-fuzzer
--- a/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
+++ b/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
@@ -1,3 +1 @@
@@ -1,6 +1 @@
-if not ('PowerPC' in config.root.targets):
- # We need support for PowerPC.
- config.unsupported = True
-elif not ('powerpc' in config.root.host_triple):
- # We need to be running on an PPC host.
- config.unsupported = True
+config.unsupported = True
--- a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg
+++ b/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg
@@ -1,3 +1 @@
@@ -1,6 +1 @@
-if not ('X86' in config.root.targets):
- # We need support for X86.
- config.unsupported = True
-elif not ('x86_64' in config.root.host_triple):
- # We need to be running on an X86 host.
- config.unsupported = True
+config.unsupported = True

View File

@ -4,6 +4,7 @@ Fri Apr 21 21:07:38 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 16.0.2.
* This release contains bug-fixes for the LLVM 16.0.0 release.
This release is API and ABI compatible with 16.0.0.
- Rebase check-no-llvm-exegesis.patch.
- Rebase llvm-do-not-install-static-libraries.patch.
-------------------------------------------------------------------