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

Sorry not sure I follow.
As discussed in original diff the idea is if -gsplit-dwarf with -glldb is used 
the -ggnu-pubnames wouldn't be passed in. Since LLDB doesn't benefit from it, 
and it just uses space.
A fix from original is if someone does specify -ggnu-pubnames it will be 
generated. I added a test for it on linux side. There is also a test on mac 
side that used -gsplit-dwarf with -ggnu-pubnames. On mac LLDB tunning is the 
default. So equivalent of passing -glldb on linux.

https://github.com/llvm/llvm-project/pull/83331
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to