[llvm-commits] CVS: llvm/tools/gccld/gccld.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 24 15:02:03 PDT 2003


Changes in directory llvm/tools/gccld:

gccld.cpp updated: 1.57 -> 1.58

---
Log message:

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


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.57 llvm/tools/gccld/gccld.cpp:1.58
--- llvm/tools/gccld/gccld.cpp:1.57	Mon Oct 20 12:58:43 2003
+++ llvm/tools/gccld/gccld.cpp	Fri Oct 24 15:00:06 2003
@@ -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();
     }
   





More information about the llvm-commits mailing list