[llvm-dev] Errorifying the bitcode reader

Mehdi Amini via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 7 13:35:04 PST 2016


Thanks Peter!
(Both for the heads up and for doing this)

— 
Mehdi

> On Nov 7, 2016, at 1:32 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
> 
> Hi all,
> 
> Just a heads up that I'm working on Errorifying the bitcode reader. Basically any errors that are currently being reported with the DiagnosticHandler would now be reported with an Error instead.
> 
> It's turning out to be a rather large patch, but it should permit some much needed cleanups (e.g. not requiring an LLVMContext in some parts of the bitcode reader interface simply in order to provide a diagnostic handler) so I'm looking forward to the end result.
> 
> Thanks,
> -- 
> -- 
> Peter



More information about the llvm-dev mailing list