ΒΆextern lto_bool_t
lto_codegen_write_merged_modules(
    lto_code_gen_t cg,
    const char* path)

Description

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).

Declared at: llvm/include/llvm-c/lto.h:479

Parameters

lto_code_gen_t cg
const char* path