Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/utils/gn/
-
trunk/
-
utils/
-
gn/
-
get.py
Hide Panel
f
Keyboard Reference
?
Differential
D59677
gn build: Let get.py keep zip file in memory instead of using a temp file
Closed
Public
Authored by
thakis
on Mar 21 2019, 5:07 PM.
Download Raw Diff
Details
Reviewers
phosek
pcc
serge-sans-paille
Commits
rGd59857c33477: gn build: Let get.py keep zip file in memory instead of using a temp file
rL356884: gn build: Let get.py keep zip file in memory instead of using a temp file
Summary
The zip is small, and it's a bit less code this way.
No intended behavior change.
Diff Detail
Repository
rL LLVM
Event Timeline
thakis
created this revision.
Mar 21 2019, 5:07 PM
Herald
added a reviewer:
serge-sans-paille
.
·
View Herald Transcript
Mar 21 2019, 5:07 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
phosek
accepted this revision.
Mar 24 2019, 6:00 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Mar 24 2019, 6:00 PM
Closed by commit
rL356884: gn build: Let get.py keep zip file in memory instead of using a temp file
(authored by
nico
).
·
Explain Why
Mar 25 2019, 4:31 AM
This revision was automatically updated to reflect the committed changes.