aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-10-20 04:47:45 +0000
committerRui Ueyama <ruiu@google.com>2016-10-20 04:47:45 +0000
commitd7c4454fb20a07704d3110621b31e4286be930b8 (patch)
treee06a6167c7b9e0bc15b7249e1efde6ad04ae8c9d /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
parent0aeb1199ea7153bb53ae27e2b67979b2182dd74f (diff)
downloadllvm-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