Skip to content

Conversation

@rjmansfield
Copy link
Contributor

The test uses -target %target-swift-5.9-abi-triple which expands to macOS 14.0, causing the linker to emit chained fixups. Add %no-fixup-chains to allow the test to run on older OS versions like 10.14.4 that don't support chained fixups.

rdar://165227305

The test uses -target %target-swift-5.9-abi-triple which expands to
macOS 14.0, causing the linker to emit chained fixups. Add %no-fixup-chains
to allow the test to run on older OS versions like 10.14.4 that don't
support chained fixups.

rdar://165227305
@rjmansfield
Copy link
Contributor Author

@swift-ci please smoke 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