llvm: suppress warnings about deprecated API LLVM-14 still support LLVMBuildCall() and friends but deprecated them via the attribute, so warnings are issued when compiling. Suppress these warnings to keep builds clean. Signed-off-by: Luc Van Oostenryck <lucvoo@kernel.org>