[PATCH] D40041: Use TempFile in lto caching

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 20:43:27 PST 2017


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

LGTM



================
Comment at: lib/Support/Path.cpp:802
     return errorCodeToError(EC);
+  } else {
+    FD = -1;
----------------
No else after return


https://reviews.llvm.org/D40041





More information about the llvm-commits mailing list