Files
clang-p2996/llvm/docs/CommandGuide/llvm-readelf.rst
Fangrui Song 26d71d9ed5 [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
2024-02-22 09:24:21 -08:00

5.7 KiB