ΒΆextern lto_module_t lto_module_create(
    const char* path)

Description

Loads an object file from disk. Returns NULL on error (check lto_get_error_message() for details).

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

Parameters

const char* path