Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 87d56c59f52d033cd7c46d769338b9c47fea4929 Author: Louis Dionne <ldionne.2@gmail.com> Date: Mon Sep 16 08:15:38 2024 -0400 [libc++][modules] Guard carved-out headers more consistently (#108637) Several headers that should not be provided when localization or threads are disabled were not guarded. That works until one tries to build with modules and these headers get pulled in. Note that this could be cleaned up further into something more systematic, but this patch solves the immediate problems I ran into with the monolithic modulemap and doesn't create any new inconsistency that wasn't already there. |