llvm::ThinLTOCodeGenerator::setFreestanding

Enable the Freestanding mode: indicate that the optimizer should not assume builtins are present on the target.

Synopsis

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

void
setFreestanding(bool Enabled);

Parameters

NameDescription
EnabledWhether freestanding mode is enabled.