-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:23:03 +0000 (19:23 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 5 Sep 2003 19:23:03 +0000 (19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8368 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccld/gccld.cpp

index a797488a43639417cdcba784fc1d9b8be58f8d4e..b6d20023f91caa396c46b6dfbbc5a330cc8e6042 100644 (file)
@@ -437,7 +437,7 @@ int main(int argc, char **argv) {
     if (!Out2.good())
       return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
                                      "' for writing!");
-    Out2 << "#!/bin/sh\nlli -q -abort-on-exception $0.bc $*\n";
+    Out2 << "#!/bin/sh\nlli -q $0.bc $*\n";
     Out2.close();
   
     // Make the script executable...