util: Make xxd.py output char array instead of string
authorJesse Natalie <jenatali@microsoft.com>
Tue, 31 Mar 2020 21:51:26 +0000 (14:51 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 7 Oct 2020 21:52:04 +0000 (21:52 +0000)
commit82bbf4c3f2392e059ee1890e8c7644081ed8e906
treeefb40f68073c9cd89ec432be6057a89344309846
parent22ffc05266c68b78cf328d091ba6b0db03f56867
util: Make xxd.py output char array instead of string

This keeps us from hitting the 65k string limit on MSVC

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7034>
src/util/xxd.py