This is an archive of the discontinued LLVM Phabricator instance.

[AIX][XCOFF] Add support for generating assembly code for one-byte mergable strings
ClosedPublic

Authored by xingxue on Nov 15 2019, 6:55 AM.

Details

Summary

This patch adds support for generating assembly code for one-byte mergeable strings.

Generating assembly code for multi-byte mergeable strings and the XCOFF object code for mergeable strings will be supported later.

Diff Detail

Event Timeline

xingxue created this revision.Nov 15 2019, 6:55 AM
daltenty accepted this revision.Nov 18 2019, 8:37 AM

LGTM

llvm/lib/MC/MCSectionXCOFF.cpp
66 ↗(On Diff #229534)

aside: we should probably eventually think about simplifying and cleaning up the logic in this function since we almost always just want to print .csect QUALNAME after asserting some things for unimplemented features

This revision is now accepted and ready to land.Nov 18 2019, 8:37 AM
This revision was automatically updated to reflect the committed changes.