Apparently this routine isn't available on some Android platforms. See
the mailing list thread re: D21695.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289452
91177308-0d34-0410-b5e6-
96231b3b80d8
const StringRef CheckName = CheckInfo.Name;
std::string FnName =
("__ubsan_handle_" + CheckName +
- (CheckInfo.Version ? "_v" + std::to_string(CheckInfo.Version) : "") +
+ (CheckInfo.Version ? "_v" + llvm::utostr(CheckInfo.Version) : "") +
(NeedsAbortSuffix ? "_abort" : ""))
.str();
bool MayReturn =