2023-03-20 10:12:02 +01:00
|
|
|
--- 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
|
2023-04-22 04:13:05 +02:00
|
|
|
@@ -1,6 +1 @@
|
2023-03-20 10:12:02 +01:00
|
|
|
-if not ('PowerPC' in config.root.targets):
|
|
|
|
- # We need support for PowerPC.
|
|
|
|
- config.unsupported = True
|
2023-04-22 04:13:05 +02:00
|
|
|
-elif not ('powerpc' in config.root.host_triple):
|
|
|
|
- # We need to be running on an PPC host.
|
|
|
|
- config.unsupported = True
|
2023-03-20 10:12:02 +01:00
|
|
|
+config.unsupported = True
|
|
|
|
--- a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg
|
|
|
|
+++ b/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg
|
2023-04-22 04:13:05 +02:00
|
|
|
@@ -1,6 +1 @@
|
2023-03-20 10:12:02 +01:00
|
|
|
-if not ('X86' in config.root.targets):
|
|
|
|
- # We need support for X86.
|
|
|
|
- config.unsupported = True
|
2023-04-22 04:13:05 +02:00
|
|
|
-elif not ('x86_64' in config.root.host_triple):
|
|
|
|
- # We need to be running on an X86 host.
|
|
|
|
- config.unsupported = True
|
2023-03-20 10:12:02 +01:00
|
|
|
+config.unsupported = True
|