On error, the temporary output stream wouldn't be flushed and therefore the caller would see an empty error message.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D10241
Fix returning error message in LLVMLinkModules ClosedPublic Authored by pitrou on Jun 4 2015, 6:02 AM.
Details Summary On error, the temporary output stream wouldn't be flushed and therefore the caller would see an empty error message.
Diff Detail
Event Timelinepitrou updated this object. This revision is now accepted and ready to land.Jun 10 2015, 8:43 AM Closed by commit rL239646: Fix returning error message in LLVMLinkModules (authored by eliben). · Explain WhyJun 12 2015, 4:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27615 llvm/trunk/lib/Linker/LinkModules.cpp
llvm/trunk/unittests/Linker/LinkModulesTest.cpp
|