[PATCH] D114753: [JITLink][ELF] Support duplicated section names from object file

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 19:30:52 PST 2021


lhames added a comment.

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()`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114753/new/

https://reviews.llvm.org/D114753



More information about the llvm-commits mailing list