Re: [PATCH v4 bpf] kbuild: fix dependencies for DEBUG_INFO_BTF

From: Andrii Nakryiko
Date: Thu Apr 02 2020 - 15:31:52 EST


On Thu, Apr 2, 2020 at 8:40 AM Slava Bacherikov <slava@xxxxxxxxxxxx> wrote:
>
>
>
> 02.04.2020 18:33, Slava Bacherikov wrote:
> > + depends on DEBUG_INFO || COMPILE_TEST
>
> Andrii are you fine by this ?

I think it needs a good comment explaining this weirdness, at least.
As I said, if there is no DEBUG_INFO, there is not point in doing
DWARF-to-BTF conversion, even more -- it actually might fail, I
haven't checked what pahole does in that case. So I'd rather drop
GCC_PLUGIN_RANDSTRUCT is that's the issue here. DEBUG_INFO_SPLIT and
DEBUG_INFO_REDUCED look good.