diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/vector.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/vector.ll b/llvm/test/DebugInfo/X86/vector.ll index 7b61e76f181..6fe2ef132f9 100644 --- a/llvm/test/DebugInfo/X86/vector.ll +++ b/llvm/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 |