This is an archive of the discontinued LLVM Phabricator instance.

Use `--allow-unused-prefixes=false` by default for FileCheck in MLIR testsuite
ClosedPublic

Authored by mehdi_amini on Oct 30 2020, 2:27 PM.

Details

Summary

This option catches unexpected mismatch when a prefix is given to
FileCheck on the command line but never matches a single line in the
test.

See http://lists.llvm.org/pipermail/llvm-dev/2020-October/146162.html
for more info.

Diff Detail

Event Timeline

mehdi_amini created this revision.Oct 30 2020, 2:27 PM
mehdi_amini requested review of this revision.Oct 30 2020, 2:27 PM
rriddle accepted this revision.Oct 30 2020, 2:28 PM
This revision is now accepted and ready to land.Oct 30 2020, 2:28 PM
This revision was landed with ongoing or failed builds.Oct 30 2020, 2:46 PM
This revision was automatically updated to reflect the committed changes.