| commit | 16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb | [log] [tgz] |
|---|---|---|
| author | Adrian Prantl <aprantl@apple.com> | Mon Sep 11 23:05:20 2017 +0000 |
| committer | Adrian Prantl <aprantl@apple.com> | Mon Sep 11 23:05:20 2017 +0000 |
| tree | 0c4d525986263e576d5d50bb1ff301468ac7083f | |
| parent | 32a40564385ba3b0f96b00e281d854ac2a54b457 [diff] [blame] |
llvm-dwarfdump: Make -brief the default and add a -verbose option instead. Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972
diff --git a/llvm/test/DebugInfo/X86/empty-and-one-elem-array.ll b/llvm/test/DebugInfo/X86/empty-and-one-elem-array.ll index cdf746c..5b0cd62 100644 --- a/llvm/test/DebugInfo/X86/empty-and-one-elem-array.ll +++ b/llvm/test/DebugInfo/X86/empty-and-one-elem-array.ll
@@ -1,5 +1,5 @@ ; RUN: llc -mtriple=x86_64-apple-darwin -O0 -filetype=obj -o %t < %s -; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s +; RUN: llvm-dwarfdump -v -debug-info %t | FileCheck %s ; <rdar://problem/12566646> %struct.foo = type { i32, [1 x i32] }