[PATCH] D21982: WIP: Implement a per-thread inmemory log

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 01:48:55 PDT 2016


majnemer added inline comments.

================
Comment at: lib/xray/xray_inmemory_log.cc:119
@@ +118,3 @@
+      if (Written == -1) {
+        // FIXME: Failed writing, bail out.
+        printf("Failed to write; errno = %d", errno);
----------------
Should we handle `errno == EINTR`?


http://reviews.llvm.org/D21982





More information about the llvm-commits mailing list