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
>
> URL: http://llvm.org/viewv
Author: labath
Date: Mon May 9 06:07:43 2016
New Revision: 268906
URL: http://llvm.org/viewvc/llvm-project?rev=268906&view=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 cal