[PATCH] D73266: [DWARF][test] Test all the call-site realted attrs

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 09:40:12 PST 2020


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

LGTM with a minor addition.



================
Comment at: llvm/test/DebugInfo/MIR/X86/call-site-gnu-vs-dwarf5-attrs.mir:7
+# RUN: llc -dwarf-version 5 -debugger-tune=lldb -debug-entry-values -filetype=obj -mtriple=x86_64-unknown-unknown
+#          -start-after=machineverifier -o - %s| llvm-dwarfdump - | FileCheck %s -check-prefixes=CHECK-DWARF5
+#
----------------
Could you add another run line for dwarf v5 without the lldb tuning?


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

https://reviews.llvm.org/D73266





More information about the llvm-commits mailing list