[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 03:36:36 PDT 2016


Let's please use Error from the start.
On May 24, 2016 12:20 AM, "Lang Hames" <lhames at gmail.com> wrote:

> lhames added a comment.
>
> You may want to use Error (include/llvm/Support/Error.h) rather than
> std::error_code, though it should be pretty easy to switch over after the
> fact too.
>
> - Lang.
>
>
> http://reviews.llvm.org/D20550
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/ed190728/attachment.html>


More information about the llvm-commits mailing list