This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Create an enum to specify the kind of ArchSpec matching
ClosedPublic

Authored by labath on Mar 9 2022, 7:10 AM.

Details

Summary

s/true/ArchSpec::ExactMatch
s/false/ArchSpec::CompatibleMatch

Diff Detail

Event Timeline

labath created this revision.Mar 9 2022, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 7:10 AM
labath requested review of this revision.Mar 9 2022, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 7:10 AM
jingham accepted this revision.Mar 9 2022, 9:05 AM

That is easier to read for sure.

This revision is now accepted and ready to land.Mar 9 2022, 9:05 AM
JDevlieghere accepted this revision.Mar 9 2022, 9:27 AM

Thanks! LGTM

This revision was landed with ongoing or failed builds.Aug 2 2022, 7:21 AM
This revision was automatically updated to reflect the committed changes.