[Lldb-commits] [lldb] [lldb][ClangExpressionParser] Set BuiltinHeadersInSystemModules depending on SDK version (PR #102309)

Ian Anderson via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 16:12:41 PDT 2024


================
@@ -259,6 +259,27 @@ bool XcodeSDK::SupportsSwift() const {
   }
 }
 
+bool XcodeSDK::SDKSupportsBuiltinModules(const llvm::Triple &target_triple,
----------------
ian-twilightcoder wrote:

But you didn't pick up the environment check

https://github.com/llvm/llvm-project/pull/102309


More information about the lldb-commits mailing list