This is an archive of the discontinued LLVM Phabricator instance.

[Bazel][mlir] Simplify test/BUILD.bazel with globs
ClosedPublic

Authored by GMNGeoffrey on Sep 13 2021, 1:25 PM.

Details

Summary

This reduces the maintenance burden by using globs, which is the
tradeoff we make in the other LLVM Bazel build files as well.

Diff Detail

Event Timeline

GMNGeoffrey created this revision.Sep 13 2021, 1:25 PM
GMNGeoffrey requested review of this revision.Sep 13 2021, 1:25 PM
mehdi_amini accepted this revision.Sep 13 2021, 1:43 PM
This revision is now accepted and ready to land.Sep 13 2021, 1:43 PM
This revision was automatically updated to reflect the committed changes.