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

Description

Sets options to help debug codegen bugs. Since parsing shud only happen once, only one of lto_codegen_debug_options or lto_set_debug_options should be called. This function takes one or more options separated by spaces. Warning: passing file paths through this function may confuse the argument parser if the paths contain spaces.

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

Parameters

lto_code_gen_t cg
const char*