[libcxx-commits] [PATCH] D112215: [libcxx] [ci] Add CI configurations for MinGW
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 13:09:47 PST 2021
mstorsjo updated this revision to Diff 387743.
mstorsjo added a comment.
Retry on top of latest main, now with an added XFAIL.
The root cause of the new issue is a combination of known issues with `__exclude_from_explicit_instantiation__` in combination with dllimport, together with the fact that we run tests in C++2b mode while the library itself only was built in C++20 mode. (If the library too was built in C++2b mode, the issue wouldn't appear.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112215/new/
https://reviews.llvm.org/D112215
Files:
libcxx/cmake/caches/MinGW.cmake
libcxx/docs/index.rst
libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.volatile.pass.cpp
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112215.387743.patch
Type: text/x-patch
Size: 6078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211116/a1fa558c/attachment-0001.bin>
More information about the libcxx-commits
mailing list