[all-commits] [llvm/llvm-project] 695cb5: [libc++] Remove obsolete header restrictions for _...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Sep 11 14:47:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 695cb55ccb34a3cf659c12e1cbca1b916372a199
https://github.com/llvm/llvm-project/commit/695cb55ccb34a3cf659c12e1cbca1b916372a199
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M libcxx/include/__std_clang_module
M libcxx/modules/std.cppm.in
M libcxx/utils/libcxx/header_information.py
Log Message:
-----------
[libc++] Remove obsolete header restrictions for _LIBCPP_HAS_NO_THREADS (#107437)
The _LIBCPP_HAS_NO_THREADS carve-out does not result in hard errors
anymore, but the patch that changed that forgot to update the header
restrictions we use to auto-generate several files.
We can also remove the restrictions for the no-localization build and
no-wide-characters, but doing it is less straightforward so I'm leaving
it out of this patch.
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