[all-commits] [llvm/llvm-project] e146c1: [libc++] Split Apple and Freebsd locale support in...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat Oct 26 06:03:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e146c1867e8decfd423034f63a3a863733e03f04
https://github.com/llvm/llvm-project/commit/e146c1867e8decfd423034f63a3a863733e03f04
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__locale_dir/locale_base_api.h
A libcxx/include/__locale_dir/locale_base_api/apple.h
A libcxx/include/__locale_dir/locale_base_api/freebsd.h
M libcxx/include/module.modulemap
Log Message:
-----------
[libc++] Split Apple and Freebsd locale support into their own headers (#113737)
For now these headers don't provide much benefit, however as we refactor
the locale base API they will provide a location to specify the
localization interface on these platforms.
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