Re: [PATCH v2 2/4] objtool: Move orc outside of check

From: Matt Helsley
Date: Mon Jun 08 2020 - 14:50:30 EST


On Mon, Jun 08, 2020 at 08:12:01AM +0100, Julien Thierry wrote:
> Now that the objtool_file can be obtained outside of the check function,
> orc generation builtin no longer requires check to explicitly call its
> orc related functions.
>
> Signed-off-by: Julien Thierry <jthierry@xxxxxxxxxx>

Reviewed-by: Matt Helsley <mhelsley@xxxxxxxxxx>

> ---
> tools/objtool/builtin-check.c | 2 +-
> tools/objtool/builtin-orc.c | 18 +++++++++++++++++-
> tools/objtool/check.c | 16 +---------------
> tools/objtool/objtool.h | 2 +-
> tools/objtool/weak.c | 2 +-
> 5 files changed, 21 insertions(+), 19 deletions(-)