We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be7c363 + 017a092 commit 46a4754Copy full SHA for 46a4754
compiler/rustc_target/src/spec/i686_pc_windows_msvc.rs
@@ -19,6 +19,8 @@ pub fn target() -> Target {
19
.entry(LinkerFlavor::Lld(LldFlavor::Link))
20
.or_default()
21
.extend(pre_link_args_msvc);
22
+ // Workaround for #95429
23
+ base.has_thread_local = false;
24
25
Target {
26
llvm_target: "i686-pc-windows-msvc".to_string(),
0 commit comments