[clang] [CLANG][DWARF] Do not emit -ggnu-pubnames for split dwarf version 5 (PR #83331)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 1 11:52:24 PST 2024


================
@@ -11,7 +11,6 @@
 // NOINLINE-NOT: "-fsplit-dwarf-inlining"
 // SPLIT-NOT:  "-dumpdir"
 // SPLIT:      "-debug-info-kind=constructor"
-// SPLIT-SAME: "-ggnu-pubnames"
----------------
MaskRay wrote:

I haven't checked closely, but you probably need a `-NOT` directive, and if the debugger tuning is different, you can set the target triple (where the default debugger tuning is derived from) or pass -gtuning option explicitly.

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


More information about the cfe-commits mailing list