mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #95430 - ChrisDenton:disable-tls-i686-msvc, r=nagisa
Disable #[thread_local] support on i686-pc-windows-msvc Fixes #95429
This commit is contained in:
commit
46a4754df0
@ -19,6 +19,8 @@ pub fn target() -> Target {
|
||||
.entry(LinkerFlavor::Lld(LldFlavor::Link))
|
||||
.or_default()
|
||||
.extend(pre_link_args_msvc);
|
||||
// Workaround for #95429
|
||||
base.has_thread_local = false;
|
||||
|
||||
Target {
|
||||
llvm_target: "i686-pc-windows-msvc".to_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user