"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "b35efba4d9c14dce4642f3b78ac02fd2440c75ce"
Update name of objc runtime SPI function we call for class names.
A new SPI was added to the objc runtime to get class names without any demangling; AppleObjCRuntimeV2::ParseClassInfoArray was using the original prototype name but had not been updated for the final name yet, so lldb was falling back to the old function and doing extra work for classes that were demangled. This commit fixes that. llvm-svn: 370152
Loading
Please register or sign in to comment