Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - #94659 (explain why shift with signed offset works the way it does) - #94671 (fix pin doc typo) - #94672 (Improved error message for failed bitcode load) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
38a0b81b1c
4 changed files with 18 additions and 6 deletions
|
@ -317,7 +317,7 @@ fn fat_lto(
|
|||
info!("linking {:?}", name);
|
||||
let data = bc_decoded.data();
|
||||
linker.add(data).map_err(|()| {
|
||||
let msg = format!("failed to load bc of {:?}", name);
|
||||
let msg = format!("failed to load bitcode of module {:?}", name);
|
||||
write::llvm_err(diag_handler, &msg)
|
||||
})?;
|
||||
serialized_bitcode.push(bc_decoded);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue