Generates code for all added modules into one native object file.
This calls lto_codegen_optimize then lto_codegen_compile_optimized (instead
of returning a generated mach-o/ELF buffer, it writes to a file).
The name of the file is written to name. Returns true on error.
Generates code for all added modules into one native object file. This calls lto_codegen_optimize then lto_codegen_compile_optimized (instead of returning a generated mach-o/ELF buffer, it writes to a file).
The name of the file is written to name. Returns true on error.
\since LTO_API_VERSION=5