[llvm] [BOLT] Add support for safe-icf (PR #116275)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 14:20:33 PST 2024


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


More information about the llvm-commits mailing list