[libcxx-commits] [PATCH] D122718: [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 30 09:01:46 PDT 2022


mstorsjo added inline comments.


================
Comment at: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.volatile.pass.cpp:26
+// depending on the version of CMake used.
+// UNSUPPORTED: windows-dll
 
----------------
Mordante wrote:
> Should we add a TODO that this can be removed when we require the library to build with C++2b?
Sure, that sounds like a good idea!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122718



More information about the libcxx-commits mailing list