[PATCH] D43278: Add Xray instrumentation support to FreeBSD
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 15:51:33 PST 2018
dberris added a comment.
In https://reviews.llvm.org/D43278#1008238, @kubamracek wrote:
> > `Tid_t Tid = getTid();`
>
> There's already GetTid and `tid_t` in sanitizer_common. Can't we use that instead?
Good point. I'd prefer that much better than attempting to crib something just for XRay.
https://reviews.llvm.org/D43278
More information about the llvm-commits
mailing list