-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Support dylib on iOS #21727
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-iosOperating system: iOSOperating system: iOSP-lowLow priorityLow priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-iosOperating system: iOSOperating system: iOSP-lowLow priorityLow priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
iOS added support for dynamic libraries in iOS 8. Clang/LLVM can now build them:
However rustc cannot:
We should support building dylibs on the platform.