ΒΆvoid LLVMConsumeError(LLVMErrorRef Err)

Description

Dispose of the given error without handling it. This operation consumes the error, and the given LLVMErrorRef value is not usable once this call returns. Note: This method *only* needs to be called if the error is not being passed to some other consuming operation, e.g. LLVMGetErrorMessage.

Declared at: llvm/include/llvm-c/Error.h:52

Parameters

LLVMErrorRef Err