Enable has_thread_local for i686-msvc
This commit is contained in:
@@ -18,8 +18,6 @@ pub fn target() -> Target {
|
|||||||
"/SAFESEH",
|
"/SAFESEH",
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
// Workaround for #95429
|
|
||||||
base.has_thread_local = false;
|
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
llvm_target: "i686-pc-windows-msvc".into(),
|
llvm_target: "i686-pc-windows-msvc".into(),
|
||||||
|
|||||||
@@ -18,8 +18,6 @@ pub fn target() -> Target {
|
|||||||
"/SAFESEH",
|
"/SAFESEH",
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
// Workaround for #95429
|
|
||||||
base.has_thread_local = false;
|
|
||||||
|
|
||||||
Target {
|
Target {
|
||||||
llvm_target: "i686-pc-windows-msvc".into(),
|
llvm_target: "i686-pc-windows-msvc".into(),
|
||||||
|
|||||||
Reference in New Issue
Block a user