[llvm-pdbutil] Clean up ExitOnError usage to add ": " to our errors
authorReid Kleckner <rnk@google.com>
Thu, 27 Jul 2017 23:13:18 +0000 (23:13 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 27 Jul 2017 23:13:18 +0000 (23:13 +0000)
commitdd853e5406bafa2f112991b0532fa045e68d08a4
treea03ac465550ef12fdcb3cd5a119b291ffff3c46b
parentef443296a4057193d743ea3981c24aa8027f2de5
[llvm-pdbutil] Clean up ExitOnError usage to add ": " to our errors

The banner parameter is supposed to end in a separator, like ": ".
Otherwise, we get ugly errors like:

Error while reading publics streamNative error: blah blah

llvm-svn: 309332
llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp