[libcxx-commits] [PATCH] D96385: [libc++] [P1032] Finish constexpr-ifying <iterator>, <string_view>, <tuple>, <utility>.
Vlad Vereschaka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 28 18:49:53 PDT 2021
vvereschaka added a comment.
Hi @Quuxplusone, understood, thank you! I agree with you that temporary disabling of the test for some configurations would be optimal for now.
There is no `clang-trunk` LIT feature currently, but probably `UNSUPPORTED: clang-13` will help.
> Or if there's a way for #ifdef to tell that the compiler is Clang compiled in debug mode,
There is nothing like that as far as I know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96385/new/
https://reviews.llvm.org/D96385
More information about the libcxx-commits
mailing list