Skip to content

Commit

Permalink
[ExecutionEngine] Enable ExecutionEngine regression tests on AArch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Oct 4, 2022
1 parent 4f82731 commit 23dda28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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', 'SystemZ', 'Hexagon', 'RISCV']:
config.unsupported = True

# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
Expand Down

0 comments on commit 23dda28

Please sign in to comment.