[PATCH] D112679: Make the BBAddrMap struct binary-format-agnostic.

Han Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 14:07:16 PDT 2021


shenhan added a comment.

One question, is "BBAddrMap" (or "ELF_BBAddrMap" in the origin code) only used to carry return values? You mentioned the section size won't change (for both ELF32 and ELF64), is it because you do not use this structure for writing out to ELF section?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112679



More information about the llvm-commits mailing list