[lld] r240147 - [lld] Allow LLD passes to return error codes.

Davide Italiano davide at freebsd.org
Fri Jun 19 13:02:42 PDT 2015


On Fri, Jun 19, 2015 at 10:51 AM, Lang Hames <lhames at gmail.com> wrote:
> Author: lhames
> Date: Fri Jun 19 12:51:46 2015
> New Revision: 240147
>
> URL: http://llvm.org/viewvc/llvm-project?rev=240147&view=rev
> Log:
> [lld] Allow LLD passes to return error codes.
>

Hi Lang,
this is a relatively large change. For the future it would be nice if
we can discuss this before checking in (e.g. on llvm-devel).
That said, do you have an use-case for this? In the past we explicitly
tried to not change return type from 'void' to 'std::error_code' just
in case.

Thanks!

--
Davide



More information about the llvm-commits mailing list