We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf0ec8 commit 017a092Copy full SHA for 017a092
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