Enable has_thread_local for i686-msvc

This commit is contained in:
Chris Denton
2024-03-31 06:39:47 +00:00
parent 5f358a848c
commit 17176b851c
2 changed files with 0 additions and 4 deletions

View File

@@ -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(),

View File

@@ -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(),