mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
Do not set time out, lets assume assembler will do its job in reasonable amount of time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f357afb404
commit
0e50128099
@ -516,7 +516,7 @@ LTO::optimizeModules(const std::string &OutputFilename,
|
||||
args.push_back(tmpAsmFilePath.c_str());
|
||||
args.push_back(0);
|
||||
|
||||
if (sys::Program::ExecuteAndWait(gcc, &args[0], 0, 0, 1, 0, &ErrMsg)) {
|
||||
if (sys::Program::ExecuteAndWait(gcc, &args[0], 0, 0, 0, 0, &ErrMsg)) {
|
||||
cerr << "lto: " << ErrMsg << "\n";
|
||||
return LTO_ASM_FAILURE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user