[all-commits] [llvm/llvm-project] bc1969: Remove compile-time and runtime checks for SPI in ...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Oct 27 16:58:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc196970b549782bffde5fdbfa450c565af11fc1
https://github.com/llvm/llvm-project/commit/bc196970b549782bffde5fdbfa450c565af11fc1
Author: Jason Molenda <jason at molenda.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
Log Message:
-----------
Remove compile-time and runtime checks for SPI in HostInfoMacOSX
There are conditionalized calls to an SPI in HostInfoMacOSX.mm
to test if lldb is being built against a pre-macOS 10.12 SDK,
or being run on a pre-macOS 10.12 system. macOS 10.12 was released
six years ago, and I don't know of any active users of this system
so let's remove the checks.
Differential Revision: https://reviews.llvm.org/D136900
rdar://101652340
More information about the All-commits
mailing list