There was a new getFileOrSTDIN call added recently which was not included in my patch. https://reviews.llvm.org/D99110
I reordered the args to match the new order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99349
Fix: Reordering parameters in getFile and getFileOrSTDIN ClosedPublic Authored by abhina.sreeskantharajan on Mar 25 2021, 8:45 AM.
Details Summary There was a new getFileOrSTDIN call added recently which was not included in my patch. https://reviews.llvm.org/D99110
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 25 2021, 8:51 AM This revision was landed with ongoing or failed builds.Mar 25 2021, 8:56 AM Closed by commit rGf5349922c06f: Fix: Reordering parameters in getFile and getFileOrSTDIN (authored by abhina.sreeskantharajan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333318 llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
|