llvm::lto::InputFile::setExtractForDistribution

Mark whether this input should be extracted to disk for distribution.

Synopsis

Declared in <llvm/LTO/LTO.h>

void
setExtractForDistribution(bool EFD);

Description

See the comment on ExtractForDistribution for details.

Parameters

NameDescription
EFDTrue if the input must be extracted for distribution.