[PATCH] D20273: [llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 09:10:04 PDT 2016


dblaikie added a subscriber: dblaikie.
dblaikie added a comment.

I think it'd be handy to have both formats supported for reading/dumping - at least I personally still deal with compilers generating the old format (indeed, that's why I implemented the old format - it's what I saw in the version of GCC I was trying to be compatible with).

In any case, pretty sure I implemented this the first time by adding libObject support first, checking in a binary with compressed debug info generated by GCC. If you break libObject's ability to read the old style .zdebug format, you /should/ find some test cases that fail.


http://reviews.llvm.org/D20273





More information about the llvm-commits mailing list