[libcxx-commits] [PATCH] D126210: [libcxx] Fix allocator<void>::pointer in C++20 with removed members

Ilya Biryukov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 2 00:44:27 PDT 2022


ilya-biryukov added a comment.

I've update change description and the added test. This should fix failures on buildbots and address the comments.
PTAL.

Side question: could you also point me to the docs that show how to run the test with clang in `-verify` mode?
I have tried passing `--param=cxx_under_test=/usr/bin/clang++` to lit, but that did not even change the compiler that runs under tests.
I ended up running clang directly on the test with `-Xclang -verify`, but that's definitely not how other people do it :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126210



More information about the libcxx-commits mailing list