summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/debug-info-packed-struct.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-11 23:05:20 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-11 23:05:20 +0000
commit16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb (patch)
tree0c4d525986263e576d5d50bb1ff301468ac7083f /llvm/test/DebugInfo/X86/debug-info-packed-struct.ll
parent32a40564385ba3b0f96b00e281d854ac2a54b457 (diff)
downloadbcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.tar.gz
bcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.zip
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972
Diffstat (limited to 'llvm/test/DebugInfo/X86/debug-info-packed-struct.ll')
-rw-r--r--llvm/test/DebugInfo/X86/debug-info-packed-struct.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-info-packed-struct.ll b/llvm/test/DebugInfo/X86/debug-info-packed-struct.ll
index cc445ed96a4..c07ec73a666 100644
--- a/llvm/test/DebugInfo/X86/debug-info-packed-struct.ll
+++ b/llvm/test/DebugInfo/X86/debug-info-packed-struct.ll
@@ -4,7 +4,7 @@ source_filename = "test/DebugInfo/X86/debug-info-packed-struct.ll"
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-darwin"
; RUN: %llc_dwarf -O0 -filetype=obj -o %t.o %s
-; RUN: llvm-dwarfdump -debug-info %t.o | FileCheck %s
+; RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck %s
; REQUIRES: object-emission
; // ---------------------------------------------------------------------
OpenPOWER on IntegriCloud