Skip to content

[Build] Turn off -undefined-version when building with lld #8255

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

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

al45tair
Copy link

Newer lld defaults to -no-undefined-version, which breaks the build because of various symbols that are (a) versioned and (b) not always defined (depending on platform).

rdar://123436280

Newer lld defaults to `-no-undefined-version`, which breaks the build
because of various symbols that are (a) versioned and (b) not always
defined (depending on platform).

rdar://123436280
@al45tair
Copy link
Author

@swift-ci Please test

Copy link

@TNorthover TNorthover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonably safe for internal branches.

@al45tair al45tair merged commit 2ce432e into swiftlang:stable/20230725 Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants