[clang] [CLANG][DWARF] Do not emit -ggnu-pubnames for LLDB tuning, unless -ggnu-pubnames is specified. (PR #83331)

Alexander Yermolovich via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 1 12:29:16 PST 2024


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

Oh I see!
Thanks for clarification. 
That check should be there. I think it snuck in when I tried to re-apply a patch internally and somehow got merged with original version of the first PR.

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


More information about the cfe-commits mailing list