[PATCH] D43278: Add Xray instrumentation support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 14:47:33 PST 2018


devnexen added inline comments.


================
Comment at: lib/xray/xray_fdr_logging_impl.h:199
     // point we only write down the following bytes:
-    //   - Thread ID (pid_t, 4 bytes)
+    //   - Thread ID (Tid_t, 8 bytes)
     auto &NewBuffer = Metadata[0];
----------------
krytarowski wrote:
> 8->4
Typo here indeed


https://reviews.llvm.org/D43278





More information about the llvm-commits mailing list