This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Add MVS guard for locale_mgmt_zos.h
ClosedPublic

Authored by daltenty on Jul 11 2022, 8:39 AM.

Details

Summary

This header need not be included on non-z/OS IBM platforms (and indeed will add nothing when it is), so add a guard. This let's
us remove the header without things breaking when shipping libc++ for AIX.

Diff Detail

Event Timeline

daltenty created this revision.Jul 11 2022, 8:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 8:39 AM
daltenty requested review of this revision.Jul 11 2022, 8:39 AM
This revision is now accepted and ready to land.Jul 11 2022, 8:41 AM
hubert.reinterpretcast added a project: Restricted Project.

LGTM; thanks!

This revision was landed with ongoing or failed builds.Jul 12 2022, 11:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a reviewer: Restricted Project. · View Herald TranscriptJul 12 2022, 11:17 AM