D91867 introduced the tryGetSectionName helper.
But we have getPrintableSectionName member with the similar
behavior which we can reuse. This patch does it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I thought there was a function that did this already. Sorry, should have mentioned it in the previous review. LGTM.
Comment Actions
I also thought we have one. But could not find it when wrote the patch for some reason and supposed that it was removed...