llvm::LTOCodeGenerator::setTargetOptions

Set the target options used for code generation.

Synopsis

Declared in <llvm/LTO/legacy/LTOCodeGenerator.h>

void
setTargetOptions(TargetOptions const& Options);

Parameters

NameDescription
OptionsTarget options to apply.