mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
lli -q is history. Rebuild your gccld shell scripts, folks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f143d3c284
commit
7c7a3a2d7f
@ -298,7 +298,7 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
if (!Out2.good())
|
if (!Out2.good())
|
||||||
return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
|
return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
|
||||||
"' for writing!");
|
"' for writing!");
|
||||||
Out2 << "#!/bin/sh\nlli -q $0.bc $*\n";
|
Out2 << "#!/bin/sh\nlli $0.bc $*\n";
|
||||||
Out2.close();
|
Out2.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user