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

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 14 15:29:01 PST 2002


Changes in directory llvm/tools/gccld:

gccld.cpp updated: 1.21 -> 1.22

---
Log message:

Make stuff compiled with gccld not dump into the debugger if there's a problem



---
Diffs of the changes:

Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.21 llvm/tools/gccld/gccld.cpp:1.22
--- llvm/tools/gccld/gccld.cpp:1.21	Tue Jul 30 16:43:19 2002
+++ llvm/tools/gccld/gccld.cpp	Sat Dec 14 15:28:32 2002
@@ -185,7 +185,7 @@
          << "' for writing!\n";
     return 1;
   }
-  Out2 << "#!/bin/sh\nlli -q $0.bc $*\n";
+  Out2 << "#!/bin/sh\nlli -q -abort-on-exception $0.bc $*\n";
   Out2.close();
   
   // Make the script executable...





More information about the llvm-commits mailing list