[PATCH] D47863: [Support] Add support for the OF_Delete open flag on posix platforms
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 14:01:57 PDT 2018
zturner abandoned this revision.
zturner added a comment.
FWIW turns out this doesn't work as nicely as I thought it did. So I'm going to bench this one for now. `createUniqueFile` uses this flag, and there are several places in the codebase that assume they can refer to the path afterwords, which breaks here as this effectively makes an open unliked file on posix platforms. I'll think about the best way to handle this in the future, but it's not high priority right now.
https://reviews.llvm.org/D47863
More information about the llvm-commits
mailing list