diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-09-11 23:05:20 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-09-11 23:05:20 +0000 |
commit | 16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb (patch) | |
tree | 0c4d525986263e576d5d50bb1ff301468ac7083f /llvm/test/DebugInfo/dwarfdump-header.test | |
parent | 32a40564385ba3b0f96b00e281d854ac2a54b457 (diff) | |
download | bcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.tar.gz bcm5719-llvm-16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb.zip |
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Differential Revision: https://reviews.llvm.org/D37717
llvm-svn: 312972
Diffstat (limited to 'llvm/test/DebugInfo/dwarfdump-header.test')
-rw-r--r-- | llvm/test/DebugInfo/dwarfdump-header.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwarfdump-header.test b/llvm/test/DebugInfo/dwarfdump-header.test index 222e506dac3..5a7be988edb 100644 --- a/llvm/test/DebugInfo/dwarfdump-header.test +++ b/llvm/test/DebugInfo/dwarfdump-header.test @@ -1,4 +1,4 @@ -RUN: llvm-dwarfdump %p/Inputs/dwarfdump-header.elf-x86-64 | FileCheck %s +RUN: llvm-dwarfdump -v %p/Inputs/dwarfdump-header.elf-x86-64 | FileCheck %s The input file is hand-coded assembler to generate all the units, so we're willing to make exact checks for offsets and such. |