diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/empty-array.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/empty-array.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/empty-array.ll b/llvm/test/DebugInfo/X86/empty-array.ll index 933536377ff..1e20616fe01 100644 --- a/llvm/test/DebugInfo/X86/empty-array.ll +++ b/llvm/test/DebugInfo/X86/empty-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> source_filename = "test/DebugInfo/X86/empty-array.ll" |