[PATCH] D43278: Add Xray instrumentation support to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 15:53:06 PST 2018


devnexen added a comment.

In https://reviews.llvm.org/D43278#1008239, @dberris wrote:

> 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.


We can, only for Mac the underlying type is bigger.


https://reviews.llvm.org/D43278





More information about the llvm-commits mailing list