-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Autolink Extract] Keep a set of linker flags instead of vector #58800
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
@swift-ci please test Linux |
@swift-ci smoke test macOS |
@swift-ci please test Windows |
e80b867
to
e7ca29d
Compare
@swift-ci please test |
e7ca29d
to
32e477b
Compare
@swift-ci please test |
This is iterated over at the tail of |
32e477b
to
9f0abea
Compare
@swift-ci please test |
9f0abea
to
476db5b
Compare
@swift-ci please test |
417d108
to
3142b87
Compare
@swift-ci please test |
3142b87
to
d2f4a98
Compare
@swift-ci please test |
Otherwise we can duplicate linker flags across input binaries, which can result in very large linkerr invocation commands. Resolves swiftlang#58380
d2f4a98
to
10a187d
Compare
@swift-ci please test |
I have concerns over this change. This subtly changes the linker behaviour in an unexpected way potentially. |
Otherwise we can duplicate linker flags across input binaries, which can result in very large linkerr invocation commands.
Resolves #58380