This is an archive of the discontinued LLVM Phabricator instance.

Verifier: Check frame-pointer attribute values
ClosedPublic

Authored by arsenm on Dec 10 2019, 4:47 AM.

Details

Reviewers
thegameg
Summary

There are a few places that check specific string attributes have
particular values, and assert if they are something else. The verifier
should catch these kinds of cases.

Diff Detail

Event Timeline

arsenm created this revision.Dec 10 2019, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2019, 4:47 AM
thegameg accepted this revision.Dec 10 2019, 2:52 PM

Sounds like a good idea.

LGTM, thanks.

This revision is now accepted and ready to land.Dec 10 2019, 2:52 PM