mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)
llvm-svn: 8368
This commit is contained in:
parent
8e1bb0bcb2
commit
b10292fa2a
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user