[PATCH] D39114: [XRay][darwin] Initial XRay in Darwin Support

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 19 02:30:36 PST 2017


dberris reopened this revision.
dberris added a comment.
This revision is now accepted and ready to land.

Hi @kubamracek -- do you know how to work around the lack of `clock_gettime` from the 10.11 SDK?

The build bots will complain again if this lands, and it'd be a real shame if we didn't get this working even just for 10.12. Is there something we can do in the CMake builds to ignore 10.11? Or maybe have an implementation of `clock_gettime` just for that platform?


Repository:
  rL LLVM

https://reviews.llvm.org/D39114





More information about the llvm-commits mailing list