lli -q is history. Rebuild your gccld shell scripts, folks!

llvm-svn: 9494
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp
index 4ad9428..a53383c 100644
--- a/llvm/tools/gccld/gccld.cpp
+++ b/llvm/tools/gccld/gccld.cpp
@@ -298,7 +298,7 @@
       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();
     }