commit | c451fb4efd4020fea8c3bc1b143a9d27051a110f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Dec 14 21:28:32 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Dec 14 21:28:32 2002 +0000 |
tree | afdb61cf4fac5570234d80814d48553928a5c291 | |
parent | 78576164024dac1a7a89d0530ef218a88778ca73 [diff] |
Make stuff compiled with gccld not dump into the debugger if there's a problem llvm-svn: 5028
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp index 5113105..5d1a35f 100644 --- a/llvm/tools/gccld/gccld.cpp +++ b/llvm/tools/gccld/gccld.cpp
@@ -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...