Made ObjC method name mangling match GCC (which does it in a stupid and broken...
Made ObjC method name mangling match GCC (which does it in a stupid and broken way that can give conflicts on method names containing underscores, but is needed for gdb to work because gdb does not know how to read ObjC class tables and relies on the mangling). llvm-svn: 93427
Loading
Please register or sign in to comment