[dsymutil] Rename -v option to -verbose
authorFrederic Riss <friss@apple.com>
Wed, 29 Jul 2015 22:29:34 +0000 (22:29 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 29 Jul 2015 22:29:34 +0000 (22:29 +0000)
commit2096f6246218b759bb80ad1b3195564b5323552e
tree4e1c87099fe691810dcb6cb331b10570c9f59f90
parent639ec3da92ac9b20cd1e5cb4ab235df51e167641
[dsymutil] Rename -v option to -verbose

The dsymutil-classic -v option dumps the tool version rather than
putting it in verbose mode. Rename -v to -verbose and update the
tests that use it (in the process removing it from a few tests that
didn't require it anymore since the -dump-debug-map option was
introduced).
A followup commit will reintroduce the -v option that dumps the
version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243582 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/archive-timestamp.test
test/tools/dsymutil/basic-linking.test
test/tools/dsymutil/debug-map-parsing.test
test/tools/dsymutil/yaml-object-address-rewrite.test
tools/dsymutil/dsymutil.cpp