[PATCH] D21612: [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtime

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 07:57:10 PDT 2016


rnk added a comment.

This doesn't build on Windows:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/14021/steps/build%20stage%201/logs/stdio

I also don't think it's tested on Mac, so we should find a way to avoid building it. There should be some XRAY_SUPPORTED_OS cmake variable or something else we can use to avoid building it.


Repository:
  rL LLVM

https://reviews.llvm.org/D21612





More information about the llvm-commits mailing list