[PATCH] D33895: [Support] Add TempFailureRetry helper function
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 06:19:41 PDT 2017
joerg added inline comments.
================
Comment at: include/llvm/Support/Errno.h:39
+ return Res;
+}
+
----------------
Maybe RetryAfterSignal. Is FailT as template really necessary or can you use the decltype(F(As...)) directly?
I like the approach otherwise.
https://reviews.llvm.org/D33895
More information about the llvm-commits
mailing list