diff options
author | Don Hinton <hintonda@gmail.com> | 2019-04-29 18:34:18 +0000 |
---|---|---|
committer | Don Hinton <hintonda@gmail.com> | 2019-04-29 18:34:18 +0000 |
commit | 89e583b843b5d2cefee8a486caa4849f3d742e82 (patch) | |
tree | 8b4fa90400afbe03559c2e3552f3ab63e6868815 /llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test | |
parent | 0a5c2b244930984f6ad920d901dcc362032a7e85 (diff) | |
download | bcm5719-llvm-89e583b843b5d2cefee8a486caa4849f3d742e82.tar.gz bcm5719-llvm-89e583b843b5d2cefee8a486caa4849f3d742e82.zip |
[CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5
Summary:
Prior to this patch, the CommandLine parser would strip an
unlimitted number of dashes from options. This patch limits it to
two.
Reviewers: rnk
Reviewed By: rnk
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D61229
llvm-svn: 359480
Diffstat (limited to 'llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test')
-rw-r--r-- | llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test b/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test index 329dce0136e..af07eaac1f9 100644 --- a/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test +++ b/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test @@ -1,5 +1,5 @@ RUN: llvm-dwarfdump %p/Inputs/dwarfdump.elf-mips64-64-bit-dwarf \ -RUN: ---debug-line | FileCheck %s +RUN: --debug-line | FileCheck %s # FIXME: llvm-dwarfdump's support for 64-bit dwarf is currently limited to # .debug_line. |