Use llvm::to_string instead of std::to_string to fix bot
authorTeresa Johnson <tejohnson@google.com>
Fri, 23 Sep 2016 22:25:03 +0000 (22:25 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 23 Sep 2016 22:25:03 +0000 (22:25 +0000)
commit5f9f8ab3a763652f91b755515aba4a62f0552b94
treea197420aa5ee3bd107f206e0632f3f9b78565337
parent9c4ac5f26cca8d0c9635d5d38c5c0f5cb277f71f
Use llvm::to_string instead of std::to_string to fix bot

This should fix the android build in this bot:
http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-buildserver/builds/11143

llvm-svn: 282308
clang/lib/Driver/Tools.cpp