[all-commits] [llvm/llvm-project] f5ca3a: [libcxx] [ci] Add CI configurations for MinGW
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Nov 17 00:02:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5ca3ac748af2c88736212d7dbc105d99ac721c1
https://github.com/llvm/llvm-project/commit/f5ca3ac748af2c88736212d7dbc105d99ac721c1
Author: Martin Storsjö <martin at martin.st>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
A libcxx/cmake/caches/MinGW.cmake
M libcxx/docs/index.rst
M libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.volatile.pass.cpp
M libcxx/utils/ci/buildkite-pipeline.yml
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libcxx] [ci] Add CI configurations for MinGW
Mention support for MinGW in the docs. Rename the existing windows
CI jobs to Clang-cl, as both Clang-cl and MinGW are equally much
"Windows", just different toolchain environments.
Add an XFAIL for a recently added test that fails in the MinGW DLL
configuration (with an explanation of what's causing the failure).
Differential Revision: https://reviews.llvm.org/D112215
More information about the All-commits
mailing list