Function llvm_sys::lto::lto_input_get_dependent_library

source ยท
pub unsafe extern "C" fn lto_input_get_dependent_library(
    input: lto_input_t,
    index: size_t,
    size: *mut size_t
) -> *const c_char
Expand description

Get the ith dependent library specifier for the given input file.

The returned string is not null-terminated.