[all-commits] [llvm/llvm-project] 2941cd: DebugInfo: Move loclist base address from DwarfFil...

David Blaikie via All-commits all-commits at lists.llvm.org
Thu Oct 17 16:01:04 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2941cda5be11332b3bd5c26be220ed18cd216c30
      https://github.com/llvm/llvm-project/commit/2941cda5be11332b3bd5c26be220ed18cd216c30
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h

  Log Message:
  -----------
  DebugInfo: Move loclist base address from DwarfFile to DebugLocStream

There's no need to have more than one of these (there can be two
DwarfFiles - one for the .o, one for the .dwo - but only one loc/loclist
section (either in the .o or the .dwo) & certainly one per
DebugLocStream, which is currently singular in DwarfDebug)

llvm-svn: 375183




More information about the All-commits mailing list