Re: [Lldb-commits] [lldb] r268906 - Fix assertion in SymbolFilePDB

2016-05-09 Thread Pavel Labath via lldb-commits
Zach, I have put this in to unblock the builds with assertions enabled, please fix it up if you want to handle this differently. pl On 9 May 2016 at 12:07, Pavel Labath via lldb-commits wrote: > Author: labath > Date: Mon May 9 06:07:43 2016 > New Revision: 268906

[Lldb-commits] [lldb] r268906 - Fix assertion in SymbolFilePDB

2016-05-09 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon May 9 06:07:43 2016 New Revision: 268906 URL: http://llvm.org/viewvc/llvm-project?rev=268906=rev Log: Fix assertion in SymbolFilePDB llvm::Error requires all errors to be handled. Simply checking the whether there was an error is not enough, you have to actuall call