-
Notifications
You must be signed in to change notification settings - Fork 202
Handle LLVM LTO option to perform thin and full link-time-optimization #269
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
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.
This all looks pretty reasonable to me, just added a couple minor comments and it looks like there's a merge conflict that needs to be resolved. Thanks for porting this!
c22ef1a
to
4886253
Compare
@owenv Thank you for your review! I addressed your comments 👍 |
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.
This looks good to me, thank you @kateinoigakukun.
CC @steveapple, this PR and relevant portions of swiftlang/swift#32430 might be of interest to: #252
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.
Looks great, thanks!
@swift-ci test |
@kateinoigakukun I didn't notice the |
4886253
to
88b7a84
Compare
@owensd Thanks for teaching me! |
@swift-ci test |
1 similar comment
@swift-ci test |
Port frontend changes for LTO from swiftlang/swift#32430
CC: @DougGregor