[libcxx-commits] [PATCH] D112215: [libcxx] [ci] Add CI configurations for MinGW

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 21 03:53:25 PDT 2021


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
Herald added subscribers: arphaman, arichardson, mgorny.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Mention support for MinGW in the docs. Rename the existing windows
CI jobs to "MSVC" (although they're built with clang, but Clang in
MSVC mode), as both MSVC and MinGW are equally much "Windows",
just different toolchain environments.

Alternatively, they can be named "clang-cl" too.

For this to pass cleanly, the other 4 recently posted patches have
to be merged.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112215

Files:
  libcxx/cmake/caches/MinGW.cmake
  libcxx/docs/index.rst
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112215.381205.patch
Type: text/x-patch
Size: 5416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211021/330864df/attachment.bin>


More information about the libcxx-commits mailing list