[PATCH] D54327: Adding debug info to support Fortran (part 3)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 16:09:05 PDT 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/DebugInfo/Generic/DICommonBlock.ll:2
+; REQUIRES: object-emission
+; RUN: %llc_dwarf -O0 -filetype=obj < %s > %t
+; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s
----------------
; RUN: %llc_dwarf -O0 -filetype=obj %s -o - | \
; RUN: llvm-dwarfdump -v -debug-info
is the verbose dump (-v) needed?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54327/new/
https://reviews.llvm.org/D54327
More information about the llvm-commits
mailing list