[libcxx-commits] [PATCH] D128927: [libc++] Always build c++experimental.a
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 18 01:50:22 PDT 2022
hans added a comment.
In D128927#3648652 <https://reviews.llvm.org/D128927#3648652>, @ldionne wrote:
> In D128927#3648616 <https://reviews.llvm.org/D128927#3648616>, @fhahn wrote:
>
>> It looks like this is causing macOS builds to fail on GreenDragon. Please take a look and refer the commit if it takes longer to resolve, as the bot has been red for a while now.
>
> Thanks for the heads up. Those bots shouldn't be building libc++ at all. Let's take that offline.
>
> Edit: CF https://github.com/llvm/llvm-zorg/pull/28
We're hitting the same "memory_resource.cpp:9:10: fatal error: 'experimental/memory_resource' file not found" error in Chromium (http://crbug.com/1345033).
The file exists, so the error is surprising. Since the GreenDragon bots also hit this, it seems there's a bug here that needs fixing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128927/new/
https://reviews.llvm.org/D128927
More information about the libcxx-commits
mailing list