Skip to content

[runtime] Don't use C++ thread_local on two old Apple simulators. #12515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

gparker42
Copy link
Contributor

32-bit iOS 9 simulator and 32-bit watchOS 2 simulator do not support
C++ thread_local, even though clang's has_feature(cxx_thread_local)
thinks they do.

rdar://35063043

32-bit iOS 9 simulator and 32-bit watchOS 2 simulator do not support
C++ thread_local, even though clang's has_feature(cxx_thread_local)
thinks they do.

rdar://35063043
@gparker42
Copy link
Contributor Author

@swift-ci please test

@gparker42 gparker42 requested a review from rjmccall October 19, 2017 23:57
@jeremyhu
Copy link

LGTM. 👍

@rjmccall
Copy link
Contributor

LGTM.

@gparker42 gparker42 merged commit 24be7ec into swiftlang:master Oct 23, 2017
@gparker42 gparker42 deleted the GrP-PR-B214D8DD-7BCA-4F55-BB7E-3A86D30CA9BD branch October 23, 2017 21:31
@compnerd
Copy link
Member

@gparker42, is there a PR for clang to get the value right?

@gparker42
Copy link
Contributor Author

rdar://35083787 is for clang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants