This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dwp] Avoid writing the output dwp file when there is an error
ClosedPublic

Authored by rupprecht on Feb 12 2019, 8:33 AM.

Details

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 TranscriptFeb 12 2019, 8:33 AM
dblaikie accepted this revision.Feb 12 2019, 9:19 AM

Great!

This revision is now accepted and ready to land.Feb 12 2019, 9:19 AM
This revision was automatically updated to reflect the committed changes.