[clang] [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (PR #104872)
Ian Anderson via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 16:53:54 PDT 2024
================
@@ -2953,7 +2953,15 @@ static bool sdkSupportsBuiltinModules(
case Darwin::MacOS:
return SDKVersion >= VersionTuple(15U);
----------------
ian-twilightcoder wrote:
Ok sure
https://github.com/llvm/llvm-project/pull/104872
More information about the cfe-commits
mailing list