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:
Brian Gaeke 2003-10-24 20:00:06 +00:00
parent f143d3c284
commit 7c7a3a2d7f

View File

@ -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();
}