Skip to content

Commit 63210bd

Browse files
committed
Rename a parameter.
This seems to be a typo. `singletree` doesn't make sense, and everywhere else it is `singlethread`.
1 parent 785a26a commit 63210bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_codegen_llvm/src/back/owned_target_machine.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl OwnedTargetMachine {
3030
data_sections: bool,
3131
unique_section_names: bool,
3232
trap_unreachable: bool,
33-
singletree: bool,
33+
singlethread: bool,
3434
verbose_asm: bool,
3535
emit_stack_size_section: bool,
3636
relax_elf_relocations: bool,
@@ -62,7 +62,7 @@ impl OwnedTargetMachine {
6262
data_sections,
6363
unique_section_names,
6464
trap_unreachable,
65-
singletree,
65+
singlethread,
6666
verbose_asm,
6767
emit_stack_size_section,
6868
relax_elf_relocations,

0 commit comments

Comments
 (0)