mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-17 05:31:32 +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())
|
||||
return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
|
||||
"' for writing!");
|
||||
Out2 << "#!/bin/sh\nlli -q $0.bc $*\n";
|
||||
Out2 << "#!/bin/sh\nlli $0.bc $*\n";
|
||||
Out2.close();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user