File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
compiler/rustc_codegen_llvm/src/back Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -769,12 +769,9 @@ pub(crate) unsafe fn codegen(
769769 }
770770 }
771771
772- // Two things to note:
773- // - If object files are just LLVM bitcode we write bitcode, copy it to
774- // the .o file, and delete the bitcode if it wasn't otherwise
775- // requested.
776- // - If we don't have the integrated assembler then we need to emit
777- // asm from LLVM and use `gcc` to create the object file.
772+ // Note that if object files are just LLVM bitcode we write bitcode,
773+ // copy it to the .o file, and delete the bitcode if it wasn't
774+ // otherwise requested.
778775
779776 let bc_out = cgcx. output_filenames . temp_path ( OutputType :: Bitcode , module_name) ;
780777 let bc_summary_out =
You can’t perform that action at this time.
0 commit comments