Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
[oota-llvm.git] / test / DebugInfo / X86 / empty-and-one-elem-array.ll
index 0744c6bac83462018ee099146243d4c962ee4922..12f26f165d47bb1eaa2cc965646ab6aff7c38f68 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -mtriple=x86_64-apple-darwin -O0 -filetype=obj -o %t < %s
-; RUN: llvm-dwarfdump %t | FileCheck %s
+; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
 ; <rdar://problem/12566646>
 
 %struct.foo = type { i32, [1 x i32] }