-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[overlay] Make an overlay for the clang _Builtin_float module #71474
[overlay] Make an overlay for the clang _Builtin_float module #71474
Conversation
Hmm, we need some way to figure out if _Builtin_Float actually declares anything... |
5d8a9e5
to
4638346
Compare
No wait, this is a problem with the test. |
Hmm, does this one make sense to anyone?
|
4638346
to
c42302b
Compare
Ah, the different overlays did different things with Float80, they just need to be conditionalized by os. |
9ab4a14
to
083d34d
Compare
Clang's builtin float.h is no longer included in OS/SDK modules, and so it needs its own overlay. rdar://122351557
083d34d
to
1ce3935
Compare
@swift-ci smoke test |
@swift-ci test |
Clang's builtin float.h is no longer included in OS/SDK modules, and so it needs its own overlay.
rdar://122351557