andrewford added a subscriber: andrewford.
andrewford added a comment.
This is breaking our android lldb build, because it uses std::to_string. Looks
like there is llvm::to_string, which should be preferred. Would someone mind
changing it? I don't have commit access or I would myself. :)
Than
It does have c++11, but some functions are missing. I don't know the
details of which ones are missing or why, have only seen std::to_string be
a problem so far.
On Mon, Dec 12, 2016 at 11:05 AM Filipe Cabecinhas <
filcab+llvm.phabrica...@gmail.com> wrote:
> Thanks Vedant!
> Andrew: does Android