Looks like std::to_string is not available for Android. Hopefully
this fixes the bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257558
91177308-0d34-0410-b5e6-
96231b3b80d8
// argument. Doing this in the general case would require looking through
// any dereferences that may be in the expression.
Assert(ArgumentTypeSizeInBits == VarSize,
// argument. Doing this in the general case would require looking through
// any dereferences that may be in the expression.
Assert(ArgumentTypeSizeInBits == VarSize,
- "size of passed value (" + std::to_string(ArgumentTypeSizeInBits) +
+ "size of passed value (" + utostr(ArgumentTypeSizeInBits) +
") does not match size of declared variable (" +
") does not match size of declared variable (" +
- std::to_string(VarSize) + ")",
&I, Arg, V, V->getType(), E);
} else if (E->getElement(0) == dwarf::DW_OP_deref) {
Assert(ArgumentTypeSizeInBits == M->getDataLayout().getPointerSizeInBits(),
&I, Arg, V, V->getType(), E);
} else if (E->getElement(0) == dwarf::DW_OP_deref) {
Assert(ArgumentTypeSizeInBits == M->getDataLayout().getPointerSizeInBits(),