ayermolo wrote: > > g++ produces it for virtual destructors: Basic example: > > If it's virtual, could it be that you are looking at a vtable? >From example it's: _ZN7MyClassD1Ev --> MyClass::~MyClass() Hope I am not missing something. https://github.com/llvm/llvm-project/pull/116275