On Sat, Jan 20, 2024 at 01:55:02AM +0100, lucvoo@xxxxxxxxxx wrote: > From: Luc Van Oostenryck <lucvoo@xxxxxxxxxx> > > With the introduction of opaque pointers in LLVM-15, some of the > LLVM builder functions' signature have changed in order to add > the now missing type information. > > sparse-llvm still uses the old API and thus can't work with LLVM-15 and later. > > This series, based on a previous patch by Vladimir Petko, not counting a few > preparatory patches, contains 2 patches to: > * suppressing the deprecated warnings issued with LLVM-14 > * conditionally use the old API with LLVM-15 or later. Upstreamed now. Best regards, -- Luc