mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Echo the right tool name on error
llvm-svn: 1865
This commit is contained in:
parent
b0128957b1
commit
6a2a2e40f3
@ -69,7 +69,7 @@ static inline std::auto_ptr<Module> LoadFile(const std::string &FN) {
|
||||
|
||||
if (FoundAFile)
|
||||
cerr << "Bytecode file '" << FN << "' corrupt! "
|
||||
<< "Use 'link -v ...' for more info.\n";
|
||||
<< "Use 'gccld -v ...' for more info.\n";
|
||||
else
|
||||
cerr << "Could not locate bytecode file: '" << FN << "'\n";
|
||||
return std::auto_ptr<Module>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user