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
_
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
___