[dwarfdump] Make incompatibility between -diff and -verbose explicit.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 23 Oct 2018 21:51:44 +0000 (21:51 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 23 Oct 2018 21:51:44 +0000 (21:51 +0000)
commit3ef53e10d3a6bdefdf6e0974775ca0edafc5a91d
treefff5b891addcc128620468693ffc59a3204640f4
parent9ef8e51cec45347b89b5d5ee6e2163403230d954
[dwarfdump] Make incompatibility between -diff and -verbose explicit.

Using -diff and -verbose together doesn't work today. We should audit
where these two options interact and fix them. In the meantime we error
out when the user try to specify both.

llvm-svn: 345084
llvm/test/tools/llvm-dwarfdump/cmdline.test
llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp