Re: [PATCH v2] samples/bpf: Add a workaround for asm_inline

From: Song Liu
Date: Wed Oct 02 2019 - 16:52:52 EST


On Wed, Oct 2, 2019 at 12:17 PM KP Singh <kpsingh@xxxxxxxxxxxx> wrote:
>
> From: KP Singh <kpsingh@xxxxxxxxxx>
>
> This was added in:
>
> commit eb111869301e ("compiler-types.h: add asm_inline definition")
>
> and breaks samples/bpf as clang does not support asm __inline.
>
> Co-developed-by: Florent Revest <revest@xxxxxxxxxx>
> Signed-off-by: Florent Revest <revest@xxxxxxxxxx>
> Signed-off-by: KP Singh <kpsingh@xxxxxxxxxx>

Acked-by: Song Liu <songliubraving@xxxxxx>