[llvm-branch-commits] [libcxx] [libc++][modules] Adds module testing. (PR #76246)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 9 09:33:52 PST 2024
================
@@ -317,6 +317,18 @@ def _getAndroidDeviceApi(cfg):
AddSubstitution("%{clang-tidy}", lambda cfg: _getSuitableClangTidy(cfg))
],
),
+ # Whether module support for the platform is available.
+ Feature(
+ name="has-no-module-support",
----------------
ldionne wrote:
```suggestion
name="has-no-cxx-module-support",
```
To disambiguate with clang modules?
https://github.com/llvm/llvm-project/pull/76246
More information about the llvm-branch-commits
mailing list