-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Move 'MetadataSections' from 'ImageInspectionElf.h' to SwiftShims #32493
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
Move 'MetadataSections' from 'ImageInspectionElf.h' to SwiftShims #32493
Conversation
99cec5b
to
b74b91c
Compare
b74b91c
to
8c8360b
Compare
@compnerd could you start the tests please? :) |
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.
@gottesmm - I'm not sure that this is any easier to really follow than the merge and merge in a single step.
@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!
I think that this is good to go, and multiple people have reviewed. I still feel like this is unnecessarily splitting up the change, but getting progress is more important than the ideal path. Going to merge this for now so that @augusto2112 can continue making progress. And, thanks @vedantk for helping with this :) |
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
This PR moves the
MetadataSections
definition from ImageInspectionELF to SwiftShims. This is part of the work in unifying the definition ofMetadataSections
, in order to be used by both ELF and COFF-specific procedures, as well as being acessible from Swift for testing purposes.