Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ExecutionEngine][test][RISCV] Don't mark RISCV as unsupported
Although MCJIT is unsupported, we can and should be running the other tests. Stacks on top of llvm#124463 (needed to avoid unsupported MCJIT tests in the top-level test/ExecutionEngine directory running when they shouldn't). This effectively reverts b8feeba. ninja check-llvm-executionengine before: Total Discovered Tests: 335 Unsupported: 335 (100.00%) ninja check-llvm-executionengine after: Total Discovered Tests: 335 Unsupported : 125 (37.31%) Passed : 209 (62.39%) Expectedly Failed: 1 (0.30%)
- Loading branch information