Enable has_thread_local for i686-msvc
This commit is contained in:
parent
5f358a848c
commit
17176b851c
2 changed files with 0 additions and 4 deletions
|
@ -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(),
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue