1
Fork 0

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
No known key found for this signature in database
GPG key ID: 713472F2F45627DE
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(),