[all-commits] [llvm/llvm-project] 39c6c8: [libc++] Fix the locale base API on Linux with mus...
Brian Cain via All-commits
all-commits at lists.llvm.org
Thu Feb 27 19:49:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39c6c8be2f3f607b413e3f05ab1f4678efdd129a
https://github.com/llvm/llvm-project/commit/39c6c8be2f3f607b413e3f05ab1f4678efdd129a
Author: Brian Cain <brian.cain at oss.qualcomm.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M libcxx/include/__locale_dir/support/linux.h
Log Message:
-----------
[libc++] Fix the locale base API on Linux with musl (#128936)
Since `363bfd6090b0 ([libc++] Use the new locale base API on Linux
(#128007), 2025-02-24)`, musl targets will fail to build with errors
due to missing strtoll_l functions.
Co-authored-by: Pirama Arumuga Nainar <pirama at google.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list