[Lldb-commits] [PATCH] D79823: [lldb][Core] Remove dead codepath in Mangled

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 12 17:48:23 PDT 2020


xiaobai added a comment.

In D79823#2032827 <https://reviews.llvm.org/D79823#2032827>, @davide wrote:

> I'm curious what happens if you end up here with something like `_T`. Did you check?


I assume you're talking about swift, which should be handled by a `SwiftLanguage` plugin. Can Objective-C names be mangled with the swift mangling scheme?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79823/new/

https://reviews.llvm.org/D79823





More information about the lldb-commits mailing list