This is an archive of the discontinued LLVM Phabricator instance.

Add OpenFlags to the create(Unique|Temporary)File interfaces
ClosedPublic

Authored by rafael on Nov 22 2017, 5:55 PM.

Details

Reviewers
rnk
Summary

This will allow a future F_Delete flag to be specified when we want the file to be automatically deleted on close.

Diff Detail

Event Timeline

rafael created this revision.Nov 22 2017, 5:55 PM
rnk accepted this revision.Nov 27 2017, 1:35 PM

lgtm

This revision is now accepted and ready to land.Nov 27 2017, 1:35 PM
rafael closed this revision.Nov 27 2017, 3:47 PM

r319117.