[all-commits] [llvm/llvm-project] 69fdbd: [lldb] Remove support for SBHostOS threading funct...
Alex via All-commits
all-commits at lists.llvm.org
Mon Aug 14 14:35:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69fdbdc4493aacf4d418a063930b39b02b5e18c5
https://github.com/llvm/llvm-project/commit/69fdbdc4493aacf4d418a063930b39b02b5e18c5
Author: Alex Langford <alangford at apple.com>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M lldb/source/API/SBHostOS.cpp
M llvm/docs/ReleaseNotes.rst
Log Message:
-----------
[lldb] Remove support for SBHostOS threading functionality
As stated on Discourse*, these methods have been deprecated. I am
removing their implementation. They will now do nothing and return a
value indicating failure (where appropriate).
Due to the LLDB project's commitment to ABI stability at the SB API
layer, we cannot remove these symbols completely.
Discourse link: https://discourse.llvm.org/t/do-you-use-the-threading-functionality-in-sbhostos/71973
More information about the All-commits
mailing list