[PATCH] D20272: [ELF] - Support of compressed input sections implemented.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sun May 15 03:02:44 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, llvm-commits.
Patch implements support of zlib style compressed sections.
SHF_COMPRESSED flag is used to recognize that decompression is required.
After that decompression is performed and flag is removed from output.
http://reviews.llvm.org/D20272
Files:
ELF/InputSection.cpp
ELF/InputSection.h
ELF/Writer.cpp
test/ELF/Inputs/compressed-debug.o
test/ELF/compressed-debug.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20272.57292.patch
Type: text/x-patch
Size: 5470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160515/2e86add6/attachment.bin>
More information about the llvm-commits
mailing list