-
Notifications
You must be signed in to change notification settings - Fork 215
Pass down an optimization level to the Clang linker invocation #1287
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
Pass down an optimization level to the Clang linker invocation #1287
Conversation
|
cc @dmcyk. |
|
@swift-ci test |
|
Does this allow arbitrary |
It doesn't, because Swift (driver or frontend) does not have such flags. So the mapping that myself and @dmcyk came up with is: |
|
sounds good. |
|
Users can override this with a more fine-grained Clang flag if they wish to, adding to their |
dmcyk
left a comment
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.
Left two minor comments, but otherwise LGTM!
Resolves rdar://105261863
4ca2c95 to
7cda054
Compare
|
@swift-ci test |
|
@swift-ci test Windows platform |
Resolves rdar://105261863