[PATCH] D43278: Add Xray instrumentation support to FreeBSD

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 15:47:49 PST 2018


kubamracek added a comment.

> `Tid_t Tid = getTid();`

There's already GetTid and `tid_t` in sanitizer_common. Can't we use that instead?


https://reviews.llvm.org/D43278





More information about the llvm-commits mailing list