[PATCH] D30388: [XRay] Add -fxray-{always, never}-instrument= flags to clang
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 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[PATCH] D21695: [clang] Version support for UBSan handlers
andrewford added a comment. This broke the build on android due to use of std::to_string. Would someone mind changing it to llvm::to_string, I don't have commit access to change it myself. Thanks! Repository: rL LLVM https://reviews.llvm.org/D21695 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits