[PATCH] D134367: [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 04:32:20 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG48aea4a36ad3: [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported (authored by WANG Xuerui <git at xen0n.name>, committed by SixWeining).

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.467441.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/7cccbca6/attachment.bin>


More information about the llvm-commits mailing list