[PATCH] D134367: [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 05:48:54 PDT 2022
xen0n updated this revision to Diff 467110.
xen0n added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134367/new/
https://reviews.llvm.org/D134367
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', 'SystemZ', 'Hexagon', 'RISCV']:
+if config.root.native_target in ['Sparc', 'PowerPC', 'SystemZ', 'Hexagon', 'RISCV', 'LoongArch']:
config.unsupported = True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134367.467110.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221012/59c28dcf/attachment.bin>
More information about the llvm-commits
mailing list