[Lldb-commits] [lldb] [lldb] Remove 3 unused SymbolType values (NFC) (PR #201476)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 3 16:50:23 PDT 2026


https://github.com/bulbazord requested changes to this pull request.

This is almost certainly an API break because existing clients will do the wrong thing. For example, if an existing client used `eSymbolTypeBlock` (which may have value `70`), LLDB will now believe they are passing in `eSymbolTypeLocal` (which will have value `70` after this change).

https://github.com/llvm/llvm-project/pull/201476


More information about the lldb-commits mailing list