[clang] [llvm] [clang][DebugInfo] Emit unified (Itanium) mangled name to structor declarations (PR #154142)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 23:57:35 PDT 2025


Michael137 wrote:

> Is it expected that `-gno-structor-decl-linkage-names` enables debug information (i.e. it has an effect of `-g -gno-structor-decl-linkage-names`)? I was quite surprised by this, but maybe it's a common behavior of clang options controlling debug information?
> 
> https://gcc.godbolt.org/z/bhbKq5W8W

Thanks for flagging! Yes that was unintentional.
Thanks for the quick fix @rnk 

https://github.com/llvm/llvm-project/pull/154142


More information about the llvm-commits mailing list