[PATCH] D20211: [ELF] - Support of compressed debug sections sections (draft).

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 09:21:00 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

This is a draft patch to support creation of all possible types of compressed debug sections.
Patch does not have testcases yet, I am going to update it soon, tomorrow probably.
Would be happy to hear any suggestions/opinions.

A bit belated question, probably: are we going to support that ? That is relatively
new feature, but both bfd/gold do.

Some info about compressed sections can be found at:
https://docs.oracle.com/cd/E53394_01/html/E54813/section_compression.html#scrolltoc
https://docs.oracle.com/cd/E53394_01/html/E54813/man-cds.html

http://reviews.llvm.org/D20211

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20211.57052.patch
Type: text/x-patch
Size: 9278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/1caae7c7/attachment-0001.bin>


More information about the llvm-commits mailing list