OSDN Git Service

InstrProf: Avoid using std::to_string
authorJustin Bogner <mail@justinbogner.com>
Thu, 5 Feb 2015 19:54:27 +0000 (19:54 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 5 Feb 2015 19:54:27 +0000 (19:54 +0000)
commit0a45405fdb279b5cb29b0d40da9c5e0375087c05
tree24467741e8f3c8bdba4a72e28cb8c86d3059fd90
parent639e3cd8806472e8b1a8e8172f8cb84e6ba8a24f
InstrProf: Avoid using std::to_string

Apparently std::to_string doesn't exist in mingw32:

    http://lab.llvm.org:8011/builders/clang-native-mingw32-win7/builds/7990
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228340 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ProfileData/CoverageMappingTest.cpp