Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
[oota-llvm.git] / test / DebugInfo / X86 / vector.ll
index 7b61e76f181aa84d86fe28af3d692d7df365afd7..6fe2ef132f9e38b685c80d26e075a3d5f55a7a83 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -mtriple=x86_64-linux-gnu -O0 -filetype=obj -o %t %s
-; RUN: llvm-dwarfdump %t | FileCheck %s
+; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
 
 ; Generated from:
 ; clang -g -S -emit-llvm -o foo.ll foo.c