[all-commits] [llvm/llvm-project] aa8a5b: [SystemZ][ZOS] libcxx - no posix memalign
zibi2 via All-commits
all-commits at lists.llvm.org
Thu Nov 12 11:48:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa8a5b800defc7a5b2609fd23eadf656eff143de
https://github.com/llvm/llvm-project/commit/aa8a5b800defc7a5b2609fd23eadf656eff143de
Author: Zbigniew Sarbinowski <zibi at ca.ibm.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/include/__config
Log Message:
-----------
[SystemZ][ZOS] libcxx - no posix memalign
The unavailability of posix_memalign on z/OS forces us to define _LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION'. The use of posix_memalign is being used in libcxx/src/new.cpp.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D90178
More information about the All-commits
mailing list