llvm::CrashRecoveryContext::unregisterCleanup

Unregister a previously registered cleanup handler.

Synopsis

Declared in <llvm/Support/CrashRecoveryContext.h>

void
unregisterCleanup(CrashRecoveryContextCleanup* cleanup);

Parameters

NameDescription
cleanupCleanup handler to remove from this context.