[all-commits] [llvm/llvm-project] 49c8f9: [libc++] Fix aligned_alloc usage for Android
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Tue Jan 10 06:26:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49c8f903efea3e31cca115d4bc2ebb00b6463d7f
https://github.com/llvm/llvm-project/commit/49c8f903efea3e31cca115d4bc2ebb00b6463d7f
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libc++] Fix aligned_alloc usage for Android
Android only provides this function on API 28+; fix libc++ builds when
targeting older API levels.
Reviewed By: arichardson, #libc, philnik
Differential Revision: https://reviews.llvm.org/D141184
More information about the All-commits
mailing list