-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NativeAOT] Do not use private APIs on iOS/macOS (#90430)
* Use custom implementation of _dyld_find_unwind_sections on Apple platforms since it's a private API and it blocks uploads to TestFlight, iOS App Store, and Mac App Store. * Link against local ICU libraries on iOS-like platforms * Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets * Add comment * Update src/coreclr/nativeaot/Runtime/unix/UnwindHelpers.cpp Co-authored-by: Jan Kotas <jkotas@microsoft.com> --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
- Loading branch information
1 parent
cf46263
commit 7a0b4f9
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters