gn build: Let get.py keep zip file in memory instead of using a temp file
authorNico Weber <nicolasweber@gmx.de>
Mon, 25 Mar 2019 11:32:27 +0000 (11:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 25 Mar 2019 11:32:27 +0000 (11:32 +0000)
commitd59857c334777d92afd3da2218e8d669751166b7
treec98badaee4436c1969fc999f209b77b182ebb3db
parent3dfa368d5d7cfb9ba2ab06fb9fc6dd2d01c0b7ca
gn build: Let get.py keep zip file in memory instead of using a temp file

The zip is small, and it's a bit less code this way.
No intended behavior change.

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

llvm-svn: 356884
llvm/utils/gn/get.py