mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
gold-plugin: Fix typo in error message
Spotted while reading code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61fd8ea520
commit
d871594be4
@ -723,7 +723,7 @@ static void codegen(Module &M) {
|
||||
std::error_code EC =
|
||||
sys::fs::createTemporaryFile("lto-llvm", "o", FD, Filename);
|
||||
if (EC)
|
||||
message(LDPL_FATAL, "Could not create temorary file: %s",
|
||||
message(LDPL_FATAL, "Could not create temporary file: %s",
|
||||
EC.message().c_str());
|
||||
} else {
|
||||
Filename = options::obj_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user