[Lldb-commits] [PATCH] Strip ELF symbol versions from symbol names
Greg Clayton
clayborg at gmail.com
Wed Feb 25 10:48:45 PST 2015
You might say the mangled name is "memcpy@@GLIBC_2.14" and set the normal name to "memcpy" just in case anyone needs to find the original "mangled" symbol. We do this in MachO for things like "_OBJC_CLASS_$_TestObject" which we turn into a symbol whose mangled name is "_OBJC_CLASS_$_TestObject" and whose demangled name is "TestObject". So I would suggest to alway try and maintain the original symbol name as the mangled version for symbols just in case.
http://reviews.llvm.org/D7884
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list