ΒΆextern void lto_set_debug_options(
    const char* const* options,
    int number)

Description

Parses options immediately, making them available as early as possible. For example during executing codegen::InitTargetOptionsFromCodeGenFlags. 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:551

Parameters

const char* const* options
int number