Skip to content

Commit

Permalink
[RISCV] Make old JIT ExecutionEngine tests unsupported
Browse files Browse the repository at this point in the history
Make old JIT ExecutionEngine tests unsupported for RISCV, like many other architectures included.

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D126188
  • Loading branch information
Xeonacid committed May 24, 2022
1 parent e141e71 commit b8feeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/ExecutionEngine/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b8feeba

Please sign in to comment.