On Thu, 18 Sept 2025 at 16:15, Christoph Hellwig <[email protected]> wrote: > > On Thu, Sep 18, 2025 at 03:59:11PM +0200, Marco Elver wrote: > > A Clang version that supports `-Wthread-safety-pointer` and the new > > alias-analysis of capability pointers is required (from this version > > onwards): > > > > > > https://github.com/llvm/llvm-project/commit/b4c98fcbe1504841203e610c351a3227f36c92a4 > > [3] > > There's no chance to make say x86 pre-built binaries for that available?
Not officially, but I can try to build something to share if you prefer. Or a script that automatically pulls and builds clang for you - I have this old script I just updated to the above commit: https://gist.github.com/melver/fe8a5fd9e43e21fab569ee24fc9c6072 Does that help?
