[libcxx-commits] [PATCH] D122718: [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 30 08:52:40 PDT 2022
Mordante 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
----------------
Should we add a TODO that this can be removed when we require the library to build with C++2b?
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