This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Use .space instead of .zero in assembly
ClosedPublic

Authored by daltenty on Oct 10 2019, 10:07 AM.

Details

Summary

The AIX system assembler does not understand .zero, so we should prefer
emitting .space.

Diff Detail

Event Timeline

daltenty created this revision.Oct 10 2019, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2019, 10:07 AM
sfertile accepted this revision.Oct 11 2019, 6:12 AM

LGTM.

This revision is now accepted and ready to land.Oct 11 2019, 6:12 AM
This revision was automatically updated to reflect the committed changes.