-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC] Adjust SILFunctionType layout to use TrailingObjects methods. #29124
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
[NFC] Adjust SILFunctionType layout to use TrailingObjects methods. #29124
Conversation
@swift-ci please test |
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.
LGTM, thanks for cleaning this up!
Build failed |
Failure seems to be due to another commit which got bundled in for testing. @swift-ci please clean test Linux platform |
Accidentally wrote @swift-ci please test and merge |
@swift-ci please test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@swift-ci please test macOS platform |
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.
Generally looks great, thanks for cleaning this up. Two minor comments, both just cleaning up things that should've been cleaner in the original code.
Build failed |
This makes the implementation cleaner, as well as fixes a bug in the numTrailingObjects<SILResultInfo> method (which was unused).
@swift-ci please test and merge |
@swift-ci please test |
This makes the implementation cleaner, as well as fixes a bug in the
numTrailingObjects<SILResultInfo>()
method (which was unused).(Review from any one person will do.)