ELF object files can contain duplicated sections (thus section symbols
as well), espeically when comdats/section groups are present. This patch
adds support for generating LinkGraph from object files that have
duplicated section names. This is the first step to properly model
comdats/section groups.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think you can probably switch from GraphSections to GraphBlocks here, rather than keeping the pair -- you can always get back to the Section from the Block (via getSection()).
Comment Actions
From the LLVM Code-Review Policy and Practices (https://llvm.org/docs/CodeReview.html):
If it is urgent, provide reasons why it is important to you to get this patch landed and ping it every couple of days. If it is not urgent, the common courtesy ping rate is one week. Remember that you’re asking for valuable time from other professional developers.
It's only been 39 hours, so not even short enough for if it were urgent.