Skip to content

Commit 17176b8

Browse files
committed
Enable has_thread_local for i686-msvc
1 parent 5f358a8 commit 17176b8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: compiler/rustc_target/src/spec/targets/i686_pc_windows_msvc.rs

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ pub fn target() -> Target {
1818
"/SAFESEH",
1919
],
2020
);
21-
// Workaround for #95429
22-
base.has_thread_local = false;
2321

2422
Target {
2523
llvm_target: "i686-pc-windows-msvc".into(),

Diff for: compiler/rustc_target/src/spec/targets/i686_win7_windows_msvc.rs

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ pub fn target() -> Target {
1818
"/SAFESEH",
1919
],
2020
);
21-
// Workaround for #95429
22-
base.has_thread_local = false;
2321

2422
Target {
2523
llvm_target: "i686-pc-windows-msvc".into(),

0 commit comments

Comments
 (0)