llvm::TargetLowering::MakeLibCallOptions::setNoReturn

Set whether the libcall does not return.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

MakeLibCallOptions&
setNoReturn(bool Value = true);

Return Value

A reference to this object for chaining.

Parameters

NameDescription
ValueWhether the libcall does not return.