diff options
author | Rui Ueyama <ruiu@google.com> | 2016-10-20 04:47:45 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-10-20 04:47:45 +0000 |
commit | d7c4454fb20a07704d3110621b31e4286be930b8 (patch) | |
tree | e06a6167c7b9e0bc15b7249e1efde6ad04ae8c9d /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp | |
parent | 0aeb1199ea7153bb53ae27e2b67979b2182dd74f (diff) | |
download | llvm-d7c4454fb20a07704d3110621b31e4286be930b8.zip llvm-d7c4454fb20a07704d3110621b31e4286be930b8.tar.gz llvm-d7c4454fb20a07704d3110621b31e4286be930b8.tar.bz2 |
Fix error message for unknown -format argument.
-format=<foo>, -format <foo> and -b <foo> are all the same.
Previous code was intended to produce an error message with the
same spelling as given from the command line, but it actually
always printed out this string: "unknown -format= value:".
This is probably more confusing than "unknown -format value:".
So I changed the message.
llvm-svn: 284693
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
0 files changed, 0 insertions, 0 deletions