Skip to content
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

Figure out what the problem is with removing '-ld_classic' #20711

Closed
rolfbjarne opened this issue Jun 10, 2024 · 3 comments
Closed

Figure out what the problem is with removing '-ld_classic' #20711

rolfbjarne opened this issue Jun 10, 2024 · 3 comments
Assignees
Labels
bug If an issue is a bug or a pull request a bug fix
Milestone

Comments

@rolfbjarne
Copy link
Member

Apple is deprecating -ld_classic. From Xcode 16's release notes (https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes):

-ld_classic linker option is deprecated and will be removed in a future release. 

We need to stop passing -ld_classic to the native linker, and figure out and fix why we currently can't.

@rolfbjarne rolfbjarne added the bug If an issue is a bug or a pull request a bug fix label Jun 10, 2024
@rolfbjarne rolfbjarne added this to the xcode16 milestone Jun 10, 2024
@filipnavara
Copy link
Member

Ref: dotnet/runtime#97745

@rolfbjarne
Copy link
Member Author

Ref: dotnet/runtime#97745

That's about NativeAOT, we also have problems with Mono. Still good link to have.

@rolfbjarne
Copy link
Member Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug If an issue is a bug or a pull request a bug fix
Projects
None yet
Development

No branches or pull requests

2 participants