mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29794cba81
commit
5c9cd9564f
@ -437,7 +437,7 @@ int main(int argc, char **argv) {
|
|||||||
if (!Out2.good())
|
if (!Out2.good())
|
||||||
return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
|
return PrintAndReturn(argv[0], "error opening '" + OutputFilename +
|
||||||
"' for writing!");
|
"' for writing!");
|
||||||
Out2 << "#!/bin/sh\nlli -q -abort-on-exception $0.bc $*\n";
|
Out2 << "#!/bin/sh\nlli -q $0.bc $*\n";
|
||||||
Out2.close();
|
Out2.close();
|
||||||
|
|
||||||
// Make the script executable...
|
// Make the script executable...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user