[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:54:17 PDT 2021
mstorsjo added subscribers: vvereschaka, mstorsjo.
mstorsjo added a comment.
@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.
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