"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "91299980617bd35c13867c0722d7d72da924ffdc"
[MS ABI] Correctly mangling vbase destructors
They are a little bit of a special case in the mangling. They are always mangled without taking into account their virtual-ness of the destructor. They are also mangled to return void, unlike the actual destructor. This fixes PR31931. Differential Revision: https://reviews.llvm.org/D29912 llvm-svn: 295010
Loading
Please register or sign in to comment