This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Disallow unused prefixes under llvm/test/CodeGen
ClosedPublic

Authored by mtrofin on Jan 11 2021, 9:37 AM.

Details

Summary

This patch finishes addressing unused prefixes under CodeGen: 2
remaining tests fixed, and then undo-ing the lit.local.cfg changes under
various subdirs and moving the policy under CodeGen.

Diff Detail

Event Timeline

mtrofin created this revision.Jan 11 2021, 9:37 AM
mtrofin requested review of this revision.Jan 11 2021, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2021, 9:37 AM
MaskRay accepted this revision.Jan 11 2021, 9:43 AM
MaskRay added a subscriber: MaskRay.

LGTM.

This revision is now accepted and ready to land.Jan 11 2021, 9:43 AM
This revision was automatically updated to reflect the committed changes.