diff options
author | Charles Zablit <c_zablit@apple.com> | 2025-06-25 19:18:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 11:18:07 -0700 |
commit | 487581b826a5339410aaf306eafedc7b806b25e3 (patch) | |
tree | 5d87b63ad04d773d9929708d726e3da740bcd46d /llvm/lib/IR/DIBuilder.cpp | |
parent | 357297c0f2839ffb3c6b814ab3276580c7eae90d (diff) | |
download | llvm-487581b826a5339410aaf306eafedc7b806b25e3.zip llvm-487581b826a5339410aaf306eafedc7b806b25e3.tar.gz llvm-487581b826a5339410aaf306eafedc7b806b25e3.tar.bz2 |
[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`.
Diffstat (limited to 'llvm/lib/IR/DIBuilder.cpp')
0 files changed, 0 insertions, 0 deletions