[libcxx-commits] [PATCH] D117993: [libc++][RFC] Guard against libc++ macros in tests.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 24 08:31:49 PST 2022
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Yes, I think there is definitely interest in something like this. To echo Arthur, I think we should generalize to all macros starting with `_LIBCPP` except for a list of allowed macros. At first the list can contain a lot of stuff, and as we move them towards `TEST_HAS_NO_XXXXX` macros instead, we can remove them from the list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117993/new/
https://reviews.llvm.org/D117993
More information about the libcxx-commits
mailing list