[PATCH] D126188: [RISCV] Make old JIT ExecutionEngine tests unsupported

Xeonacid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 01:51:24 PDT 2022


Xeonacid created this revision.
Herald added subscribers: sunshaoce, VincentWu, luke957, vkmr, evandro, luismarques, sameer.abuasal, s.egerton, Jim, benna, psnobl, PkmX, rogfer01, shiva0217, kito-cheng, simoncook, fedor.sergeev, arichardson.
Herald added a project: All.
Xeonacid requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD.
Herald added a project: LLVM.

Make old JIT ExecutionEngine tests unsupported for RISCV, like many other architectures included.


Repository:
  rG LLVM Github Monorepo

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.431307.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220523/12338392/attachment.bin>


More information about the llvm-commits mailing list