[dsymutil] Replace -parse-only option with -dump-debug-map
authorFrederic Riss <friss@apple.com>
Wed, 3 Jun 2015 16:57:12 +0000 (16:57 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 3 Jun 2015 16:57:12 +0000 (16:57 +0000)
commit7745dac9d01bce1cdcbda59b7e5726867a659095
tree22370130a9a49159cd147f654750b6d01ba6a1b8
parent7953382dce0165bfeb2d456ce0eb99a9d4e868d6
[dsymutil] Replace -parse-only option with -dump-debug-map

As the serialized debug map is becoming a first class citizen, a way
to cleanly dump it is required. We used -parse-only combined with
-v for that purpose before, but it dumps a lot of unrelated debug
stuff. Dumping the debug map was the only use of the -parse-only flag
anyway, so replace it with a more useful option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238940 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/debug-map-parsing.test
tools/dsymutil/dsymutil.cpp