-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Symlink swift-autolink-extract into the SPM build dir #2871
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
Conversation
swiftlang/swift-driver#208 |
cc @DougGregor & @artemcm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, makes sense. Should we symlink swift-frontend
for good measure?
@DougGregor lgtm merge when ready |
@DougGregor right now the bootstrap script only accepts |
Okay! Let's go ahead and merge this |
@DougGregor do you mind merging this on my behalf? I don't have write access to this repo |
Sure, thanks! |
When using the integrated swift-driver, SPM may need to look up swift-autolink-extract. Symlinking it into the build dir alongside
swift
andswiftc
prevents some test failures caused by swiftlang/swift-driver#208 (which fixes generation of autolink-extract jobs on linux)