hubert depesz lubaczewski <depesz(at)depesz(dot)com> writes:
> When doing so I got:
> llvmjit.c: In function ‘llvm_split_symbol_name’:
> llvmjit.c:1065:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
> 1065 | *funcname = strrchr(name, '.');
> | ^
Yeah, some of the buildfarm animals have been showing this for awhile.
I suppose it's from using a bleeding-edge LLVM version, because most
of them don't show it. Which LLVM are you actually compiling against?
regards, tom lane