mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Terminate an error message with a newline.
llvm-svn: 40943
This commit is contained in:
parent
4bd07b86ae
commit
0bc68c6e6e
@ -59,7 +59,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
MemoryBuffer *Buffer = MemoryBuffer::getFileOrSTDIN(InputFilename);
|
||||
if (Buffer == 0) {
|
||||
cerr << "Error reading file '" + InputFilename + "'";
|
||||
cerr << argv[0] << "Error reading file '" + InputFilename + "'\n";
|
||||
return 1;
|
||||
} else {
|
||||
M.reset(ParseBitcodeFile(Buffer));
|
||||
|
Loading…
x
Reference in New Issue
Block a user