pub unsafe extern "C" fn lto_codegen_set_should_embed_uselists(
cg: lto_code_gen_t,
ShouldEmbedUselists: lto_bool_t,
)
Expand description
Set whether to embed uselists in bitcode.
Sets whether lto_codegen_write_merged_modules
should embed uselists in
output bitcode. This should be turned on for all -save-temps output.
Added in LLVM 3.7.