ΒΆextern void lto_codegen_set_assembler_path(
    lto_code_gen_t cg,
    const char* path)

Description

Sets the location of the assembler tool to run. If not set, libLTO will use gcc to invoke the assembler.

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

Parameters

lto_code_gen_t cg
const char* path