Skip to content

Commit

Permalink
Enable has_thread_local for i686-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Mar 31, 2024
1 parent 5f358a8 commit 17176b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 17176b8

Please sign in to comment.