You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[llvm-cov] Keep the detailed error message in CoverageMappingIterator
Currently errors returned from CoverageMappingIterator will have their
message part discarded. This commit copies that message when
constructing the new CoverageMapError object, and let it displayed at
the end caller (llvm-cov).
Related: llvm#65264
0 commit comments