[libcxx-commits] [PATCH] D111202: [libc++] Add barebones testing configs for GCC and Windows

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 17:51:28 PDT 2021


ldionne created this revision.
Herald added a subscriber: arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This patch adds testing configs for running the test suite on Windows
against a static library or a DLL using Clang-cl, and with GCC. It also
moves the corresponding CI jobs to those configs.

The next step will be selecting those barebones configs by default,
which will allow us to finally deprecate and remove the legacy testing
configs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111202

Files:
  libcxx/test/configs/llvm-libc++-shared-clangcl.cfg.in
  libcxx/test/configs/llvm-libc++-shared-gcc.cfg.in
  libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111202.377405.patch
Type: text/x-patch
Size: 5134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211006/9a6ce1d8/attachment-0001.bin>


More information about the libcxx-commits mailing list