[PATCH] D30388: [XRay] Add -fxray-{always, never}-instrument= flags to clang

Andrew Ford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 18:03:08 PDT 2017


andrewford added a comment.

Hi, this breaks the android build due to use of std::to_string.  llvm::to_string should be used instead.  I would fix it myself, but don't have commit access.  Thanks in advance!


Repository:
  rL LLVM

https://reviews.llvm.org/D30388





More information about the cfe-commits mailing list