mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Echo the right tool name on error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a007bc2c14
commit
084235a989
@ -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