This is an archive of the discontinued LLVM Phabricator instance.

[XCOFF] emit .rename for .lcomm when necessary
ClosedPublic

Authored by jasonliu on Aug 17 2020, 6:58 AM.

Details

Summary

This is a follow up for D82481. For .lcomm directive, although it's not necessary to have .rename emitted, it's still desirable to do it so that we do not see internal 'Rename..' gets print out in symbol table. And we could have consistent naming between TC entry and .lcomm. And also have consistent naming between IR and final object file.

Diff Detail

Event Timeline

jasonliu created this revision.Aug 17 2020, 6:58 AM
jasonliu requested review of this revision.Aug 17 2020, 6:58 AM
This revision is now accepted and ready to land.Aug 17 2020, 7:42 AM
This revision was automatically updated to reflect the committed changes.