[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 Sep 21 08:29:47 PDT 2022


xen0n created this revision.
xen0n added reviewers: SixWeining, wangleiat, xry111, gonglingqin.
Herald added subscribers: s.egerton, simoncook, fedor.sergeev.
Herald added a project: All.
xen0n requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

ExecutionEngine won't be accepting new architectures so it can only be
appropriate to add us to the exclude list.


Repository:
  rG LLVM Github Monorepo

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', 'AArch64', 'ARM64', 'SystemZ', 'Hexagon', 'RISCV']:
+if config.root.native_target in ['Sparc', 'PowerPC', 'AArch64', 'ARM64', '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.461905.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/64938335/attachment.bin>


More information about the llvm-commits mailing list