The tests actually require the target triple to match the host, rather than just having the host in the list of available targets. This change removes llvm_has_native_target and instead uses the native feature from the lit configuration.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This revision is now accepted and ready to land.May 22 2022, 9:14 PM
Closed by commit rGe7afa23366f5: [mlir] Use 'native' instead of 'llvm_has_native_target' in the mlir tests (authored by stella.stamenova). · Explain WhyMay 23 2022, 12:38 PM
This revision was automatically updated to reflect the committed changes.