]> granicus.if.org Git - llvm/commit
[llvm-xray] Fix android build
authorPavel Labath <labath@google.com>
Mon, 16 Jan 2017 16:38:23 +0000 (16:38 +0000)
committerPavel Labath <labath@google.com>
Mon, 16 Jan 2017 16:38:23 +0000 (16:38 +0000)
commit8a1006b50d72c66e3f38594bdb728096d644c497
tree55764e9d87e0f425edc4714bdb84ae5de40392d4
parenta7959e565aef2e8b76e2bf351b4ee1439cc5e367
[llvm-xray] Fix android build

std::to_string is not available in the android ndk. Using llvm::to_string
instead.

Committing as obvious.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292143 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-xray/xray-converter.cc