This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Don't hard code metadata arguments
ClosedPublic

Authored by rs on Jun 17 2015, 10:24 AM.

Details

Summary

The metadata argument identifiers could change if more metadata is generated which would cause these tests to fail as they currently are, I've re-factored the tests so that a regex is used to identify the metadata identifier number.

Diff Detail

Repository
rL LLVM

Event Timeline

rs updated this revision to Diff 27841.Jun 17 2015, 10:24 AM
rs retitled this revision from to [ARM] Don't hard code metadata arguments.
rs updated this object.
rs edited the test plan for this revision. (Show Details)
rs added a subscriber: Unknown Object (MLST).
rnk accepted this revision.Jun 17 2015, 11:41 AM
rnk added a reviewer: rnk.
rnk added a subscriber: rnk.

lgtm

This revision is now accepted and ready to land.Jun 17 2015, 11:41 AM
rs added a comment.Jun 17 2015, 12:57 PM

Thanks for the review.

This revision was automatically updated to reflect the committed changes.