mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Pull in r155978 from upstream llvm trunk:
Fix unintentional use of operator bool. This enables llvm's bugpoint tool to build with libc++. MFC after: 3 days
This commit is contained in:
parent
81c2214dda
commit
3e2e1f1f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
|
|||
ErrorFile.close();
|
||||
}
|
||||
|
||||
errs() << OS;
|
||||
errs() << OS.str();
|
||||
}
|
||||
|
||||
return ReturnCode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue