[libcxx-commits] [PATCH] D119468: [libc++] Disable local submodule visibility in the modules build
Adrian Prantl via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 11 12:26:28 PST 2022
aprantl added inline comments.
================
Comment at: libcxx/utils/libcxx/test/params.py:74
Parameter(name='enable_modules', choices=[True, False], type=bool, default=False,
help="Whether to build the test suite with Clang modules enabled.",
----------------
I don't really understand the libcxx test configuration, but it looks like this changes the test that the std module can be built to not use LSV. Should we maybe test both LSV and non-LSV configs going forward?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119468/new/
https://reviews.llvm.org/D119468
More information about the libcxx-commits
mailing list