llvm-project/llvm/test/tools/llvm-objcopy/Inputs
Stella Stamenova ca0547c83c [llvm-objcopy, tests] Fix several llvm-objcopy tests
Summary: In Python 3, sys.stdout.write expects a string rather than bytes. In order to be able to write the bytes to stdout, we need to use the buffer directly instead. This change is borrowing the implementation for writing to stdout that cat.py uses. Note that we cannot use cat.py directly because the file we are trying to open is a gzip file.

Reviewers: asmith, bkramer, alexshap, jakehehrlich

Reviewed By: alexshap, jakehehrlich

Subscribers: jakehehrlich, llvm-commits

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

llvm-svn: 337567
2018-07-20 16:19:36 +00:00
..
alloc-symtab.o [llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects 2018-01-25 22:46:17 +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