[PATCH] D115325: [DWARF] Fix PR51087 Extraneous enum record in DWARF with type units
    David Blaikie via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 10 12:11:40 PST 2022
    
    
  
dblaikie added a comment.
Hmm...  maybe we disable pubnames when there are type units enabled? I hadn't remembered that, and not sure what that does for Split DWARF + type units... because I could've sworn pubnames were /necessary/ for Split DWARf, at least with GDB... so many layers.
  No accelerator tables if type units are enabled, as DWARF v4 type units are not compatible with accelerator tables.
(according to `llvm/test/DebugInfo/X86/accel-tables.ll)
*more testing*
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115325/new/
https://reviews.llvm.org/D115325
    
    
More information about the llvm-commits
mailing list