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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikeash
Copy link
Contributor

@mikeash mikeash commented Feb 25, 2025

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
@mikeash mikeash requested a review from al45tair February 25, 2025 18:56
@mikeash mikeash requested a review from slavapestov as a code owner February 25, 2025 18:56
@mikeash
Copy link
Contributor Author

mikeash commented Feb 25, 2025

@swift-ci please test

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.

1 participant