[Lldb-commits] [lldb] [LLDB] Allow specifying a custom exports file (PR #68013)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 4 15:01:34 PDT 2023
jimingham wrote:
I think we need to make it clear wherever in the build system that the knob for turning on these exports lives that you use these symbols at your own risk, and we guarantee NO ABI stability for anything but the SB API's. We know that on this list but somebody getting the sources might think this was a supported configuration and be sad further down the line.
Jim
> On Oct 4, 2023, at 2:43 PM, Alex Langford ***@***.***> wrote:
>
>
> Personally I have no qualms about this. It's just an option that lets you choose which symbols to export. We already allow exporting every symbol, why not just some of them? I would be careful though, since we don't guarantee any stability for lldb_private (including things from plugins) relying on this could come back to bite you.
>
> —
> Reply to this email directly, view it on GitHub <https://github.com/llvm/llvm-project/pull/68013#issuecomment-1747683904>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADUPVWZPJKB4IDSCHUJY5QDX5XJ65AVCNFSM6AAAAAA5PZHAVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGY4DGOJQGQ>.
> You are receiving this because you are on a team that was mentioned.
>
https://github.com/llvm/llvm-project/pull/68013
More information about the lldb-commits
mailing list