This is an archive of the discontinued LLVM Phabricator instance.

Enclose verifier code for AttrSizedOperandSegments and AttrSizedResultSegments in a nested code block to avoid symbol collision.
ClosedPublic

Authored by chky on May 19 2020, 2:48 PM.

Details

Summary

Enclose verifier code for AttrSizedOperandSegments and AttrSizedResultSegments in a nested code block to avoid symbol collision.

Diff Detail

Event Timeline

chky created this revision.May 19 2020, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2020, 2:48 PM
antiagainst accepted this revision.May 19 2020, 3:24 PM

Thanks! Do you have commit access to llvm-project? I can land it if you don't.

This revision is now accepted and ready to land.May 19 2020, 3:24 PM
chky added a comment.May 19 2020, 3:48 PM

Thanks! Do you have commit access to llvm-project? I can land it if you don't.

I don't have commit access. Please help land this patch. Thanks a lot!

This revision was automatically updated to reflect the committed changes.