pub unsafe extern "C" fn lto_codegen_set_should_embed_uselists(
cg: *mut LLVMOpaqueLTOCodeGenerator,
ShouldEmbedUselists: u8,
)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.