[PATCH] D26371: [LTO] Add error message on IO error in compileOptimizedToFile.

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 15:03:08 PST 2016


efriedma added a comment.

If file creation fails, you hit a different error path.  This is the error path you hit if the disk runs out of space or something like that.


Repository:
  rL LLVM

https://reviews.llvm.org/D26371





More information about the llvm-commits mailing list