This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use 'native' instead of 'llvm_has_native_target' in the mlir tests
ClosedPublic

Authored by stella.stamenova on May 19 2022, 1:07 PM.

Details

Summary

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.

Diff Detail