[all-commits] [llvm/llvm-project] 3b7ec6: [DebugInfo] Fix printing of unrecognised standard ...

James Henderson via All-commits all-commits at lists.llvm.org
Tue Jun 9 06:38:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b7ec64d59748765990ed99716034ab8d5533673
      https://github.com/llvm/llvm-project/commit/3b7ec64d59748765990ed99716034ab8d5533673
  Author: James Henderson <james.henderson at sony.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

  Log Message:
  -----------
  [DebugInfo] Fix printing of unrecognised standard opcodes

The verbose printing of unrecognised standard opcodes was broken in
multiple ways (additional blank lines, a closing parenthesis without
opening parenthesis and so on). This patch fixes it, and makes the
output more consistent with other opcodes.




More information about the All-commits mailing list