forked from OSchip/llvm-project
Attempt to fix buildbot failure on Windows.
llvm-svn: 142008
This commit is contained in:
parent
7b749ea79b
commit
e2c600cf43
|
@ -7511,7 +7511,8 @@ struct CompareOverloadCandidatesForDisplay {
|
|||
if (L->DeductionFailure.Result != R->DeductionFailure.Result)
|
||||
return RankDeductionFailure(L->DeductionFailure)
|
||||
<= RankDeductionFailure(R->DeductionFailure);
|
||||
}
|
||||
} else if (R->FailureKind == ovl_fail_bad_deduction)
|
||||
return false;
|
||||
|
||||
// TODO: others?
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue