diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-03-31 06:39:47 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-03-31 06:39:47 +0000 |
| commit | 17176b851c9ff3201d755c4cedb3dbca56f7ec0c (patch) | |
| tree | ae4e449b866b07e19460109d3b8f06d0efab9062 /compiler | |
| parent | 5f358a848cd4a553aae9ea82cf7a9d3660977221 (diff) | |
| download | rust-17176b851c9ff3201d755c4cedb3dbca56f7ec0c.tar.gz rust-17176b851c9ff3201d755c4cedb3dbca56f7ec0c.zip | |
Enable has_thread_local for i686-msvc
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs | 2 | ||||
| -rw-r--r-- | compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs b/compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs index becd2fd7afb..970b43ad109 100644 --- a/compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs +++ b/compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs @@ -18,8 +18,6 @@ pub fn target() -> Target { "/SAFESEH", ], ); - // Workaround for #95429 - base.has_thread_local = false; Target { llvm_target: "i686-pc-windows-msvc".into(), diff --git a/compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs b/compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs index b68316f2830..ae1a44e44a8 100644 --- a/compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs +++ b/compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs @@ -18,8 +18,6 @@ pub fn target() -> Target { "/SAFESEH", ], ); - // Workaround for #95429 - base.has_thread_local = false; Target { llvm_target: "i686-pc-windows-msvc".into(), |
