llvm-project
440a4de5 - [lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535)

Commit
127 days ago
[lldb][darwin] force BuiltinHeadersInSystemModules to be always false (#151535) This is a re-landing of https://github.com/llvm/llvm-project/pull/144913, which was reverted because of tests failing on Darwin. The bots were failing because the x64 bots run the macOS 14.0 SDKs whereas we assumed all the bots were running the macOS 15.0+ SDKs. To address this, we deactivated the failing tests on SDKs that are older than 15.0 in https://github.com/llvm/llvm-project/pull/147768. Now that this is merged, we can re-land https://github.com/llvm/llvm-project/pull/144913.
Parents
Loading