================
@@ -1487,15 +1501,13 @@ std::error_code
DataAggregator::parseAggregatedLBREntry() {
ErrorOr<int64_t> CountOrErr =
parseNumberField(FieldSeparator, I + 1 == CounterNum);
if (std::error_code EC = CountOrErr.getError())
- return EC;
+ return errorCodeToError(EC);
----------------
aaupov wrote:
addressed in #203464
https://github.com/llvm/llvm-project/pull/200476
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits