rustc_codegen_llvm: remove outdated asm-to-obj codegen note
Remove comment about missing integrated assembler handling, which was
removed in commit 02840ca
.
This commit is contained in:
parent
649b995a9f
commit
44e8c43976
1 changed files with 3 additions and 6 deletions
|
@ -769,12 +769,9 @@ pub(crate) unsafe fn codegen(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Two things to note:
|
// Note that if object files are just LLVM bitcode we write bitcode,
|
||||||
// - If object files are just LLVM bitcode we write bitcode, copy it to
|
// copy it to the .o file, and delete the bitcode if it wasn't
|
||||||
// the .o file, and delete the bitcode if it wasn't otherwise
|
// otherwise requested.
|
||||||
// requested.
|
|
||||||
// - If we don't have the integrated assembler then we need to emit
|
|
||||||
// asm from LLVM and use `gcc` to create the object file.
|
|
||||||
|
|
||||||
let bc_out = cgcx.output_filenames.temp_path(OutputType::Bitcode, module_name);
|
let bc_out = cgcx.output_filenames.temp_path(OutputType::Bitcode, module_name);
|
||||||
let bc_summary_out =
|
let bc_summary_out =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue