[PATCH] D71664: [DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequence
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 14:29:42 PST 2019
MaskRay accepted this revision.
MaskRay added a comment.
appendRowToMatrix after dumping looks good (D60364 <https://reviews.llvm.org/D60364> made a similar change to DW_LNS_copy).
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/debug-line-dw-lne-end-sequence.s:4
+
+# RUN: llvm-mc -filetype obj -triple x86_64-pc-linux %s -o %t.o
+# RUN: llvm-dwarfdump --debug-line %t.o | FileCheck %s --check-prefixes=HEADER,ROWS
----------------
We may delete `-pc-linux`
This is not specific to Linux.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71664/new/
https://reviews.llvm.org/D71664
More information about the llvm-commits
mailing list