[all-commits] [llvm/llvm-project] a83004: [libcxx][AIX][z/OS] Remove headers included via `_...
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Jul 14 12:42:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a83004f4ff9e8b1bc184dfe5aec4374819d3441a
https://github.com/llvm/llvm-project/commit/a83004f4ff9e8b1bc184dfe5aec4374819d3441a
Author: David Tenty <daltenty at ibm.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__locale
R libcxx/include/__support/ibm/limits.h
R libcxx/include/__support/ibm/support.h
M libcxx/include/bit
M libcxx/include/limits
Log Message:
-----------
[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`
D127650 removed support for non-clang-based XL compilers, but left some
of the headers used only by this compiler and included under the
__IBMCPP__ macro. This change cleans this up by deleting these headers.
Reviewed By: hubert.reinterpretcast, fanbo-meng
Differential Revision: https://reviews.llvm.org/D129491
More information about the All-commits
mailing list