[all-commits] [llvm/llvm-project] 487581: [lldb][darwin] force BuiltinHeadersInSystemModules...

Charles Zablit via All-commits all-commits at lists.llvm.org
Wed Jun 25 11:18:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 487581b826a5339410aaf306eafedc7b806b25e3
      https://github.com/llvm/llvm-project/commit/487581b826a5339410aaf306eafedc7b806b25e3
  Author: Charles Zablit <c_zablit at apple.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Utility/XcodeSDK.cpp

  Log Message:
  -----------
  [lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#144913)

`SDKSupportsBuiltinModules` always returns true on newer versions of
Darwin based OS. The only way for this call to return `false` would be
to have a version mismatch between lldb and the SDK (recent lldb
manually installed on macOS 14 for instance).

This patch removes this check and hardcodes the value of
`BuiltinHeadersInSystemModules` to `false`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list