We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802e06c commit a9d9cd1Copy full SHA for a9d9cd1
compiler/rustc_codegen_llvm/src/back/owned_target_machine.rs
@@ -71,7 +71,7 @@ impl OwnedTargetMachine {
71
split_dwarf_file.as_ptr(),
72
output_obj_file.as_ptr(),
73
debug_info_compression.as_ptr(),
74
- force_emulated_tls,
+ use_emulated_tls,
75
args_cstr_buff.as_ptr() as *const c_char,
76
args_cstr_buff.len(),
77
)
0 commit comments