[PATCH] D70615: Add an -fno-temp-file flag for compilation

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 02:12:15 PST 2019


hans added a comment.

> Our build system does not handle randomly named files created during the build well.

Can you share more details about why this is a problem? At least the build systems I work with would not even see the temporary files, as they're written to /tmp or similar, and instead only see either the finished object file on success, or no file on failure -- which as thakis points out is an important property.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70615/new/

https://reviews.llvm.org/D70615





More information about the cfe-commits mailing list