[PATCH] D71274: [DebugInfo] Fix printing of DW_LNS_set_isa

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 09:23:14 PST 2019


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp:711
+  EXPECT_TRUE(InOutput("0x0000002f: 02 DW_LNS_advance_pc (11)\n")) << Output;
+  EXPECT_TRUE(InOutput("0x00000031: 03 DW_LNS_advance_line (23)\n")) << Output;
+  EXPECT_TRUE(InOutput("0x00000033: 04 DW_LNS_set_file (33)\n")) << Output;
----------------
Put a FIXME here? as you just filed PR44261 about this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71274/new/

https://reviews.llvm.org/D71274





More information about the llvm-commits mailing list