diff options
Diffstat (limited to 'test/DebugInfo/X86/main-file-name.s')
-rw-r--r-- | test/DebugInfo/X86/main-file-name.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/main-file-name.s b/test/DebugInfo/X86/main-file-name.s index 6817c9e..0369c61 100644 --- a/test/DebugInfo/X86/main-file-name.s +++ b/test/DebugInfo/X86/main-file-name.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -main-file-name foo.S -g -o %t %s -// RUN: llvm-dwarfdump %t | FileCheck %s +// RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s // CHECK: DW_TAG_compile_unit [1] // CHECK-NOT: DW_TAG_ |