llvm16/check-no-llvm-exegesis.patch
Aaron Puchert e16eeb0094 - Apply clang-shlib-symbol-versioning.patch to add symbol versions
to libclang-cpp.so similar to libLLVM.so. This is required when
  multiple versions of the library are loaded into the same
  process. (boo#1219405, boo#1221183, boo#1233220)
- Require libffi when we build openmp for offloading.
- Correct target name for libomptarget in file list.
- Update llvm16.keyring from upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=38
2024-11-17 19:58:25 +00:00

31 lines
1.0 KiB
Diff

--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -81,7 +81,6 @@ set(LLVM_TEST_DEPENDS
llvm-dwarfdump
llvm-dwarfutil
llvm-dwp
- llvm-exegesis
llvm-extract
llvm-gsymutil
llvm-isel-fuzzer
--- a/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
+++ b/llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
@@ -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,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