]> granicus.if.org Git - llvm/commit
gn build: Fix Python 3 write_vcsrevision script compatibility
authorSerge Guelton <sguelton@redhat.com>
Tue, 5 Feb 2019 13:01:12 +0000 (13:01 +0000)
committerSerge Guelton <sguelton@redhat.com>
Tue, 5 Feb 2019 13:01:12 +0000 (13:01 +0000)
commitda8c61718359d084e98c78094e00b70c65dd12b7
treeee8e53302f68c0856c21b3c79ab62df3ce3e4bb3
parenta601b5946c4a545aeacb75dbcfce1a7c4a7cd50e
gn build: Fix Python 3 write_vcsrevision script compatibility

Trivial fix: decode was not called for all subprocess.check_output calls.

Commited on behalf of Andrew Boyarshin

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353168 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/build/write_vcsrevision.py