[clang] [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (PR #104872)
Cyndy Ishida via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 16:48:10 PDT 2024
================
@@ -2953,7 +2953,15 @@ static bool sdkSupportsBuiltinModules(
case Darwin::MacOS:
return SDKVersion >= VersionTuple(15U);
----------------
cyndyishida wrote:
The extra test coverage is more for future-proofing. There is a decent amount of `TargetVariantTriple` logic happening in this file.
https://github.com/llvm/llvm-project/pull/104872
More information about the cfe-commits
mailing list