-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Freestanding] Remove uses of stat() and dlsym(). #66883
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
0f45d2e
to
ecdf75a
Compare
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
@swift-ci Please smoke test |
ecdf75a
to
3e08082
Compare
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
@swift-ci Please smoke test |
We shouldn't be using stat() or dlsym() in the freestanding runtime. rdar://111214571 rdar://106555012
3e08082
to
e5ece81
Compare
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
@swift-ci Please smoke test |
@swift-ci Please smoke test Windows platform |
Oops. I hit the Merge button prematurely. It's passed all the tests but nobody actually reviewed it. I think it should be fine, but if anyone has any problem with it, please revert and I'll raise a new PR to fix. |
LGTM! :) |
We shouldn't be using stat() or dlsym() in the freestanding runtime.
rdar://111214571
rdar://106555012