Skip to content

[6.1][Test] Disable chained fixups when building a few reflection tests. #79683

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

Conversation

mikeash
Copy link
Contributor

@mikeash mikeash commented Feb 28, 2025

Cherry-pick #79613 to release/6.1.

ObjectFileContext doesn't currently support chained fixups. For now, avoid building the test binaries with chained fixups to avoid issues.

This adds a %no-fixup-chains substitution which resolves to -Xlinker -no_fixup_chains on Darwin, and to nothing on everything else.

rdar://145442500

ObjectFileContext doesn't currently support chained fixups. For now, avoid building the test binaries with chained fixups to avoid issues.

This adds a %no-fixup-chains substitution which resolves to -Xlinker -no_fixup_chains on Darwin, and to nothing on everything else.

rdar://145442500
(cherry picked from commit 10feb11)
@mikeash mikeash requested a review from a team as a code owner February 28, 2025 00:22
@mikeash
Copy link
Contributor Author

mikeash commented Feb 28, 2025

@swift-ci please test

@mikeash mikeash enabled auto-merge February 28, 2025 14:57
@mikeash mikeash merged commit cd51d75 into swiftlang:release/6.1 Feb 28, 2025
5 checks passed
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