[libcxx-commits] [PATCH] D143273: [libc++] Add a CI configuration to test Modules with LSV enabled

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 3 08:01:42 PST 2023


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

Some clients use libc++ with modules and LSV enabled, and we see
frequent downstream breakage caused by that. Until Modules use LSV
by default (which is apparently a desire), add a CI job that tests
this sub-configuration to avoid high cost downstream breakage.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143273

Files:
  libcxx/cmake/caches/Generic-modules-lsv.cmake
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/depr/depr.c.headers/extern_c.pass.cpp
  libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
  libcxx/test/libcxx/language.support/timespec_get.xopen.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/arrow.pass.cpp
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143273.494651.patch
Type: text/x-patch
Size: 6940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230203/ac3c8267/attachment-0001.bin>


More information about the libcxx-commits mailing list