Rename a parameter.
This seems to be a typo. `singletree` doesn't make sense, and everywhere else it is `singlethread`.
This commit is contained in:
parent
785a26af03
commit
63210bd68c
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ impl OwnedTargetMachine {
|
|||
data_sections: bool,
|
||||
unique_section_names: bool,
|
||||
trap_unreachable: bool,
|
||||
singletree: bool,
|
||||
singlethread: bool,
|
||||
verbose_asm: bool,
|
||||
emit_stack_size_section: bool,
|
||||
relax_elf_relocations: bool,
|
||||
|
@ -62,7 +62,7 @@ impl OwnedTargetMachine {
|
|||
data_sections,
|
||||
unique_section_names,
|
||||
trap_unreachable,
|
||||
singletree,
|
||||
singlethread,
|
||||
verbose_asm,
|
||||
emit_stack_size_section,
|
||||
relax_elf_relocations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue