-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[llvm-objcopy][ELF] Add an option to remove notes #118739
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
24308b2
[llvm-objcopy][ELF] Add an option to remove notes
igorkudrin 6533806
Merge branch 'main' into llvm-objcopy-remove-note
igorkudrin 3550f3a
fixup: update parsing the argument
igorkudrin 51b05f2
fixup: update tests
igorkudrin 1bad501
fixup: add the option to the command guide
igorkudrin 3b17fdb
fixup: fix updating offsets
igorkudrin 1c84760
fixup: split 'removeNote()'
igorkudrin f6d4330
fixup: do not allow '--remove-note' with '--(remove|add|update)-section'
igorkudrin fd72505
fixup: change ELF type of the test file ET_CORE -> ET_EXEC
igorkudrin e730cfd
fixup: also run the test for ELF32 and BE
igorkudrin de67454
fixup: handle SHT_NOTE sections outside of segments
igorkudrin 95b6b94
Remove handling for segments
igorkudrin 9baf37a
Remove DeletedRange.NewPos
igorkudrin 1432460
"auto &RemRange" -> "const DeletedRange &RemRange"
igorkudrin a4c8edb
Remove a blank line at the end of an namespace
igorkudrin 5695096
Print a warning for note segments and note sections in segments
igorkudrin 17a3c77
Extend the test
igorkudrin 08f7f23
Revert "Print a warning for note segments and note sections in segments"
igorkudrin 1ee4850
removeNote() -> removeNotes()
igorkudrin 2860c31
Print a warning for note segments and note sections in segments v2
igorkudrin b1957e7
std::vector<SecPtr>::iterator -> SecPtr&
igorkudrin 9110b2c
Move tests from 'remove-note-unsupported.test' to 'remove-note.test'
igorkudrin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.