[libcxx-commits] [PATCH] D126737: [libc++][test] Enable constexpr string comparison tests

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 31 21:27:14 PDT 2022


jloser planned changes to this revision.
jloser added a comment.

@philnik I'm not sure there's actually anything to do here - do you see anything? We do need the `TEST_IS_CONSTANT_EVALUATED` check so the test won't run in C++14 or C++17 modes for example. So, I think top of tree is fine as-is, unless I'm missing something.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126737/new/

https://reviews.llvm.org/D126737



More information about the libcxx-commits mailing list