[Lldb-commits] [lldb] [lldb] Improve identification of Dlang mangled names (PR #93881)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 30 15:07:52 PDT 2024


https://github.com/jimingham approved this pull request.

This a little bit raises the question why we don't do the same checks for `_R` and `_Z`.

It would be even better if the various demanglers  in llvm had a quick "could this be mine" check so we didn't have to encode this in lldb.

But you don't  have to fix everything to be allowed to fix one thing.

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


More information about the lldb-commits mailing list