Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 695cb55ccb34a3cf659c12e1cbca1b916372a199 Author: Louis Dionne <ldionne.2@gmail.com> Date: Wed Sep 11 17:47:33 2024 -0400 [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. |