[PATCH] D39868: Make sure the temporary file is almost always deleted

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 02:36:49 PST 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM

Yeah, this is a bit hacky and we could implement a more abstract way of implementing it (e.g. implementing at_lld_exit() and add this feature using it), but I think this would be too much. Practically, this is probably the best way of doing it.


https://reviews.llvm.org/D39868





More information about the llvm-commits mailing list