[all-commits] [llvm/llvm-project] 4a0097: [libc++][NFC] Add MVS guard for locale_mgmt_zos.h
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Jul 12 11:17:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a009797ec61178e9dddd62fc079bd8f67257147
https://github.com/llvm/llvm-project/commit/4a009797ec61178e9dddd62fc079bd8f67257147
Author: David Tenty <daltenty at ibm.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M libcxx/include/__support/ibm/xlocale.h
Log Message:
-----------
[libc++][NFC] Add MVS guard for locale_mgmt_zos.h
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.
Reviewed By: hubert.reinterpretcast, fanbo-meng
Differential Revision: https://reviews.llvm.org/D129493
More information about the All-commits
mailing list