We will pass StringRef and change it in reader.
But we reuse the same Filename vector without clear it,
so in some systems, we may clobbeer previous results.
Details
Details
- Reviewers
phosek vsk - Commits
- rGff6dc053b7ba: [Coverage][Unittest] Fix stringref issue
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks a lot for looking into this!
llvm/unittests/ProfileData/CoverageMappingTest.cpp | ||
---|---|---|
204–205 | Would it be possible to move the comment on the line above? |
Would it be possible to move the comment on the line above?