[PATCH] D89218: [DebugInfo] Support for DW_TAG_generic_subrange

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 09:12:17 PDT 2020


alok marked an inline comment as done.
alok added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/dwarfdump-generic_subrange_count.ll:3
+
+; RUN: llc %s -filetype=obj -o %t.o
+; RUN: llvm-dwarfdump  %t.o | FileCheck %s
----------------
SouraVX wrote:
> NIT: One liner will suffice ?
> ```
> ; RUN: llc %s -filetype=obj - o - | llvm-dwarfdump - | FileCheck %s
> ```
Thanks for your comment. Next version of patch would include it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89218



More information about the llvm-commits mailing list