compiler configuration is giving me an error and it seems to be
recommended anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241892
91177308-0d34-0410-b5e6-
96231b3b80d8
if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) {
auto TargetSym = std::upper_bound(
AllSymbols.begin(), AllSymbols.end(), Target,
- [](uint64_t LHS, std::pair<uint64_t, StringRef> &RHS) {
+ [](uint64_t LHS, const std::pair<uint64_t, StringRef> &RHS) {
return LHS < RHS.first;
});
if (TargetSym != AllSymbols.begin())