On Fri, Nov 2, 2018 at 6:16 AM Andrey Ryabinin <[email protected]> wrote:
>
> On 11/02/2018 04:46 AM, Linus Torvalds wrote:
> >
> > So I _think_ the KASAN config should have a
> >
> > depends on CC_IS_GCC && GCC_VERSION >= 40902
> >
> > on it, but maybe there is something I'm missing.
>
> I'd rather use cc-option instead of version check, since we also support
> clang.
That would be even better, but I thought the requirement for 4.9.2
came not from the option existing, but because of some bugs getting
fixed?
But if we can do it without version checks, that would be lovely.
Linus