Re: [PATCH] Compiler Attributes: counted_by: bump compiler versions

From: Miguel Ojeda
Date: Tue Jan 09 2024 - 14:48:41 EST


On Tue, Jan 9, 2024 at 4:32 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> It is still possible in theory for this feature to make clang-18, as the
> release/18.x branch is not scheduled to be cut until the fourth Tuesday
> in January, which is two weeks from now. I don't have a good feeling for
> how close that pull request is to being mergeable though, so this is
> fine for now. I assume this won't go to Linus immediately so we would
> have time to change it if necessary.

Yeah, I was wondering about the deadline too. If LLVM's `-rc1` is the
latest time possible to merge it, we can wait the couple weeks (which
are conveniently the merge window) and I apply it afterwards with the
result :)

Cheers,
Miguel