[all-commits] [llvm/llvm-project] d39bc3: [debug-info] refactor emitDwarfUnitLength

Chen Zheng via All-commits all-commits at lists.llvm.org
Thu Feb 25 18:01:18 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d39bc36b1be72a16dcc4087dce547714ded324a9
      https://github.com/llvm/llvm-project/commit/d39bc36b1be72a16dcc4087dce547714ded324a9
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2021-02-25 (Thu, 25 Feb 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
    M llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
    M llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp
    M llvm/unittests/CodeGen/TestAsmPrinter.h

  Log Message:
  -----------
  [debug-info] refactor emitDwarfUnitLength

remove `Hi` `Lo` argument from `emitDwarfUnitLength`, so we
can make caller of emitDwarfUnitLength easier.

Reviewed By: MaskRay, dblaikie, ikudrin

Differential Revision: https://reviews.llvm.org/D96409




More information about the All-commits mailing list