aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/vector.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/vector.ll')
-rw-r--r--test/DebugInfo/X86/vector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/vector.ll b/test/DebugInfo/X86/vector.ll
index 7b61e76..6fe2ef1 100644
--- a/test/DebugInfo/X86/vector.ll
+++ b/test/DebugInfo/X86/vector.ll
@@ -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