[PATCH] D70615: Add an -fno-temp-file flag for compilation
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 10 04:12:17 PST 2019
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
I see. For some reason I thought the temporary files would be written elsewhere, like in /tmp, but I see that's not the case, and I guess it also makes sense to avoid having to copy it between file systems.
This patch seems okay to me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70615/new/
https://reviews.llvm.org/D70615
More information about the cfe-commits
mailing list