[Lldb-commits] [PATCH] D79823: [lldb][Core] Remove dead codepath in Mangled
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 26 17:28:15 PDT 2020
jingham added a comment.
Note that there is no guarantee that ObjC names won't be mangled. They aren't on macOS because the macOS linker grew up along with objC so all the weird characters it introduces into the symbol namespace ([,],-,+, ,etc...) are allowed. Way back in the day when WebObjects ran on Windows ObjC names weren't legal, and were mangled. Just saying...
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