[PATCH] D20550: Linker: error_code'ify the IR mover. NFC.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 15:53:20 PDT 2016


Taking a look.

On 24 May 2016 at 18:30, Peter Collingbourne <peter at pcc.me.uk> wrote:
> pcc added a comment.
>
> Thanks Lang. This new patch does as you suggested: it retains the std::error_category, but converts the error_code to an Error at the last moment. I have also updated the call sites to handle a non-null Error in the same way as they handled a true return value before.
>
>
> http://reviews.llvm.org/D20550
>
>
>


More information about the llvm-commits mailing list