[libcxx-commits] [PATCH] D100221: [libcxx] [test] Add a separate 'windows-dll' feature to check for
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 9 12:01:49 PDT 2021
mstorsjo added a comment.
In D100221#2680403 <https://reviews.llvm.org/D100221#2680403>, @curdeius wrote:
> What's the intended use case? Do you have upcoming patches that will make use of it?
Yes, I have a couple patches that could use it. This would allow running a CI configuration for a statically linked lib on windows, which allows testing the c++experimental library (and generally increases CI coverage by testing under more diverse conditions) - but right now there's a handful of XPASSes in that setup.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100221/new/
https://reviews.llvm.org/D100221
More information about the libcxx-commits
mailing list