[Lldb-commits] [PATCH] D58792: Add "operator bool" to SB APIs
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 1 14:45:10 PST 2019
jingham added a comment.
In D58792#1415629 <https://reviews.llvm.org/D58792#1415629>, @zturner wrote:
> Out of curiosity, are there known, specific examples of users who rely on the exact mangling not changing?
Yes, both Xcode and lldb-rpc-server (an out-of-process dingus we made for Xcode) build against some particular version of the SB headers, but then expect to be able to load many different versions of LLDB.framework.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58792/new/
https://reviews.llvm.org/D58792
More information about the lldb-commits
mailing list