[libcxx-commits] [PATCH] D116023: [libc++][ranges] Implement `uninitialized_copy{, _n}` and `uninitialized_move{, _n}`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 14:47:41 PST 2022
var-const added a comment.
In D116023#3234931 <https://reviews.llvm.org/D116023#3234931>, @gulfem wrote:
> This patch seems to break the Fuchsia builds.
>
> Failed Tests (1):
> libc++ :: std/algorithms/algorithms.results/in_out_result.pass.cpp
>
> https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket/8825352420796900577/+/u/clang/test/stdout
>
> This is the link to the cmake commands:
> https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket/8825352420796900577/+/u/clang/configure/execution_details
I don't see any details on what is failing in the logs. If I were to guess, I'd presume that the `[[no_unique_address]]` attribute doesn't work on Fuchsia.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116023/new/
https://reviews.llvm.org/D116023
More information about the libcxx-commits
mailing list