[all-commits] [llvm/llvm-project] d40060: [DebugInfo] Fix initialization of DwarfCompileUnit...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Mon Aug 10 02:19:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d400606f8cb2474a436df42d7d6c897ba6c9c4ee
      https://github.com/llvm/llvm-project/commit/d400606f8cb2474a436df42d7d6c897ba6c9c4ee
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

  Log Message:
  -----------
  [DebugInfo] Fix initialization of DwarfCompileUnit::LabelBegin.

This also fixes the condition in the assertion in
DwarfCompileUnit::getLabelBegin() because it checked something unrelated
to the returned value.

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




More information about the All-commits mailing list