[PATCH] D70629: llvm-symbolizer: Support loclist in FRAME.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 13:33:38 PST 2019


dblaikie added inline comments.
Herald added a reviewer: jhenderson.


================
Comment at: llvm/test/tools/llvm-symbolizer/frame-loclist.s:6
+// RUN: echo -e 'FRAME %t.o 0x4\nFRAME %t.o 0x24\nFRAME %t.o 0x48\nFRAME %t.o 0x6a\nFRAME %t.o 0x9a' | llvm-symbolizer | FileCheck %s
+
+// DW_AT_location        (DW_OP_breg29 W29-4)
----------------
Could you include the source in a comment here to help summarize the assembly & explain which particular things this is trying to test? (does this need three loclists to cover the patch? Or could it be covered with less?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70629





More information about the llvm-commits mailing list