[libcxx-commits] [PATCH] D100410: [libc++] Disentangle std::pointer_safety
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 11 08:55:53 PDT 2021
mstorsjo added a comment.
In D100410#2750843 <https://reviews.llvm.org/D100410#2750843>, @mstorsjo wrote:
> @vvereschaka We're wondering if this commit is causing breakage in the llvm-clang-win-x-armv7l buildbot (e.g. https://lab.llvm.org/buildbot/#/builders/60/builds/3205), would you able to inspect and test in a similar setup/configuration? There are 13 tests failing; the substitutes-in-compile-flags.sh.cpp case should be handled by D102048 <https://reviews.llvm.org/D102048>, but we don't know exactly what caused the 12 other failing ones under std/atomics.
Sorry for the noise, it seems like those atomics tests are working again in a newer test run. Nevermind...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100410/new/
https://reviews.llvm.org/D100410
More information about the libcxx-commits
mailing list