[libcxx-commits] [PATCH] D84200: Disable trivial weak_ptr test on ARM because it is not expected to work.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 21 06:14:01 PDT 2020
ldionne reopened this revision.
ldionne added a comment.
In that case, shouldn't it be an error to try to make `weak_ptr` trivial on ARM? The current state of things appears to be that one will say "make `weak_ptr` trivial", and the library will silently fail to honour that request.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84200/new/
https://reviews.llvm.org/D84200
More information about the libcxx-commits
mailing list