forked from OSchip/llvm-project
ca0547c83c
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 |
||
---|---|---|
.. | ||
alloc-symtab.o | ||
dwarf.dwo | ||
dynamic.so | ||
dynrel.elf | ||
dynsym.so | ||
groups.o | ||
many-sections.o.gz | ||
pt-phdr.elf | ||
ungzip.py |