[PATCH] D126188: [RISCV] Make old JIT ExecutionEngine tests unsupported
Xeonacid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 18:01:35 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb8feeba0b407: [RISCV] Make old JIT ExecutionEngine tests unsupported (authored by Xeonacid).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126188/new/
https://reviews.llvm.org/D126188
Files:
llvm/test/ExecutionEngine/lit.local.cfg
Index: llvm/test/ExecutionEngine/lit.local.cfg
===================================================================
--- llvm/test/ExecutionEngine/lit.local.cfg
+++ llvm/test/ExecutionEngine/lit.local.cfg
@@ -1,4 +1,4 @@
-if config.root.native_target in ['Sparc', 'PowerPC', 'AArch64', 'ARM64', 'SystemZ', 'Hexagon']:
+if config.root.native_target in ['Sparc', 'PowerPC', 'AArch64', 'ARM64', 'SystemZ', 'Hexagon', 'RISCV']:
config.unsupported = True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126188.431546.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/4798bf1a/attachment.bin>
More information about the llvm-commits
mailing list