Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D58130
[llvm-dwp] Avoid writing the output dwp file when there is an error
Closed
Public
Actions
Authored by
rupprecht
on Feb 12 2019, 8:33 AM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Restricted Project
Subscribers
jdoerfert
llvm-commits
Details
Reviewers
dblaikie
Commits
rG706a96529561: [llvm-dwp] Avoid writing the output dwp file when there is an error
rL353873: [llvm-dwp] Avoid writing the output dwp file when there is an error
Summary
Use ToolOutputFile to clean up the output file unless dwp actually finishes successfully.
Diff Detail
Repository
rL LLVM
Event Timeline
rupprecht
created this revision.
Feb 12 2019, 8:33 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 12 2019, 8:33 AM
Herald
added subscribers:
llvm-commits
,
jdoerfert
.
·
View Herald Transcript
Harbormaster
completed remote builds in
B28056: Diff 186482
.
Feb 12 2019, 8:33 AM
dblaikie
accepted this revision.
Feb 12 2019, 9:19 AM
Comment Actions
Great!
This revision is now accepted and ready to land.
Feb 12 2019, 9:19 AM
Closed by commit
rL353873: [llvm-dwp] Avoid writing the output dwp file when there is an error
(authored by
rupprecht
).
·
Explain Why
Feb 12 2019, 12:00 PM
This revision was automatically updated to reflect the committed changes.