diff options
Diffstat (limited to 'llvm/test/MC/ARM/dwarf-asm-no-code.s')
-rw-r--r-- | llvm/test/MC/ARM/dwarf-asm-no-code.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-no-code.s b/llvm/test/MC/ARM/dwarf-asm-no-code.s index 7d06a419009..1451e03bd62 100644 --- a/llvm/test/MC/ARM/dwarf-asm-no-code.s +++ b/llvm/test/MC/ARM/dwarf-asm-no-code.s @@ -1,5 +1,5 @@ // RUN: llvm-mc < %s -triple=armv7-linux-gnueabi -filetype=obj -o %t -g -fdebug-compilation-dir=/tmp -// RUN: llvm-dwarfdump %t | FileCheck -check-prefix DWARF %s +// RUN: llvm-dwarfdump -v %t | FileCheck -check-prefix DWARF %s // RUN: llvm-objdump -r %t | FileCheck -check-prefix RELOC %s // If there is no code in an assembly file, no debug info is produced |