[PATCH] D20470: [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.

mats petersson via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 08:00:30 PDT 2016


Commit message typo: "depricated" should be "deprecated". Probably also
missing a "we" before [or use "it is" instead of] "are" in the last line.

--
Mats

On 20 May 2016 at 15:55, George Rimar via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> grimar created this revision.
> grimar added reviewers: rafael, davide, dblaikie.
> grimar added subscribers: llvm-commits, grimar.
>
> Before this llvm-dwarfdump only recognized zlib-gnu compression style of
> headers,
> this patch adds support for zlib style.
> It looks reasonable to support both styles for dumping,
> even if are not going to suport generating of depricated gnu one.
>
> http://reviews.llvm.org/D20470
>
> Files:
>   include/llvm/Object/COFF.h
>   include/llvm/Object/ELFObjectFile.h
>   include/llvm/Object/MachO.h
>   include/llvm/Object/ObjectFile.h
>   lib/DebugInfo/DWARF/DWARFContext.cpp
>   lib/Object/COFFObjectFile.cpp
>   lib/Object/MachOObjectFile.cpp
>   test/DebugInfo/Inputs/dwarfdump-test-zlib.cc
>   test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64
>   test/DebugInfo/Inputs/dwarfdump-test-zlibgnu.elf-x86-64
>   test/DebugInfo/dwarfdump-zlib.test
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160520/80009493/attachment.html>


More information about the llvm-commits mailing list