mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Disable #[thread_local] support on i686-pc-windows-msvc
This commit is contained in:
parent
abf0ec8383
commit
017a092f45
@ -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