llvm-project/llvm/test/tools/llvm-objcopy/Inputs
Puyan Lotfi 99124cc082 [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
Third Attempt:
    - Alignment issues resolved.
    - zlib::isAvailable() detected.
    - ArrayRef misuse fixed.

  Usage:

  llvm-objcopy --compress-debug-sections=zlib foo.o
  llvm-objcopy --compress-debug-sections=zlib-gnu foo.o

  In both cases the debug section contents is compressed with zlib. In the GNU
  style case the header is the "ZLIB" magic string followed by the uint64 big-
  endian decompressed size. In the non-GNU mode the header is the
  Elf(32|64)_Chdr.

  Decompression support is coming soon.

  Differential Revision: https://reviews.llvm.org/D49678

llvm-svn: 341635
2018-09-07 08:10:22 +00:00
..
alloc-symtab.o [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +00:00
compress-debug-sections.yaml [llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu). 2018-09-07 08:10:22 +00:00
dwarf.dwo [llvm-objcopy] Add support for dwarf fission 2017-11-03 18:58:41 +00:00
dynamic.so Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" 2017-09-20 17:22:06 +00:00
dynrel.elf [llvm-objcopy] Add support for dynamic relocations 2017-09-26 18:02:25 +00:00
dynsym.so Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr" 2017-09-20 17:22:06 +00:00
groups.o [llvm-objcopy] Implement support for section groups 2018-03-21 19:53:44 +00:00
many-sections.o.gz [llvm-objcopy] Add support for large indexes 2018-07-16 19:48:52 +00:00
pt-phdr.elf
ungzip.py [llvm-objcopy, tests] Fix several llvm-objcopy tests 2018-07-20 16:19:36 +00:00