This is an archive of the discontinued LLVM Phabricator instance.

[AIX] [XCOFF] Add support for common and local common symbols in the TOC
Needs ReviewPublic

Authored by syzaara on Jul 10 2023, 9:50 AM.

Details

Summary

This patch adds support for common and local symbols in the TOC for AIX.
Note that we need to update isVirtualSection so as a common symbol in TOC will have the symbol type XTY_CM and will be initialized when placed in the TOC so sections with this type are no longer virtual.

Diff Detail

Event Timeline

alexgatea created this revision.Jul 10 2023, 9:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 9:50 AM
alexgatea requested review of this revision.Jul 10 2023, 9:50 AM
syzaara commandeered this revision.Jul 25 2023, 10:53 AM
syzaara added a reviewer: alexgatea.