[PATCH] D74523: Explicitly state the output file.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 21:37:32 PST 2020


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

Writing to a temp file seems like generally the right pattern, if only because a concurrent test could race on the file creation/deletion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74523





More information about the llvm-commits mailing list