-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Merge 26d71d9ed56c4c23e6284dac7a9bdf603a5801f3 into 18.x #82692
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
Milestone
Comments
/cherry-pick 26d71d9 |
/pull-request #82693 |
Failed to cherry-pick: 26 https://github.com/llvm/llvm-project/actions/runs/8011413809 Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request |
/cherry-pick 26d71d9 |
/pull-request #82718 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[llvm-readobj,ELF] Support --decompress/-z (#82594)
When a section has the SHF_COMPRESSED flag, -p/-x dump the compressed
content by default. In GNU readelf, if --decompress/-z is specified,
-p/-x will dump the decompressed content. This patch implements the
option.
Close #82507
The text was updated successfully, but these errors were encountered: