Enable the Freestanding mode: indicate that the optimizer should not assume builtins are present on the target.
Declared in <llvm/LTO/legacy/LTOCodeGenerator.h>
void
setFreestanding(bool Enabled);
| Name | Description |
|---|---|
| Enabled | Whether freestanding mode is enabled. |