Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
[oota-llvm.git] / test / DebugInfo / X86 / nondefault-subrange-array.ll
index 6247cc3c81d28cccc4dad558f4c3a9b925458045..e3601abff57a5f1246b6e1a63f38dcf135a22a23 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
 
 %class.A = type { [42 x i32] }