lto_codegen_write_merged_modules

Writes a new object file at the specified path that contains the merged contents of all modules added so far. Returns true on error (check lto_get_error_message() for details).

extern (C) nothrow extern
bool
lto_codegen_write_merged_modules
(,
const(char)* path
)

Meta