mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
Make stuff compiled with gccld not dump into the debugger if there's a problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
041b31ce69
commit
debb5ee6c0
@ -185,7 +185,7 @@ int main(int argc, char **argv) {
|
||||
<< "' 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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user