[PATCH] D58442: llvm-dwarfinfo add support to decode DW_OP_convert

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 08:14:08 PST 2019


aprantl added a comment.

That's awesome!



================
Comment at: test/tools/llvm-dwarfdump/X86/debug_expr_convert.s:2
+# RUN: llvm-mc %s -filetype obj -triple x86_64-pc-linux -o %t.o
+# RUN: llvm-dwarfdump %t.o | FileCheck %s
+
----------------
Can you change this or add a second invocation of `RUN: not llvm-dwarfdump -verify %t.o`?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58442





More information about the llvm-commits mailing list