[lld] [ELF] Merge verdefIndex into versionId. NFC (PR #72208)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 12:02:10 PST 2023
arichardson wrote:
> Thanks for the review.
>
> > Would it be better to move this below thunkAccessed as I think that would mean that bit could be part of the uint8_t container (I count 7 bits so far). Or is the intention to start a new container.
>
> Unfortunately no, `thunkAccessed` is the last bit before byte offset 26.
>
> (ccls-member-hierarchy) [  ](url)
Ah yes, I failed to scroll up far enough!
https://github.com/llvm/llvm-project/pull/72208
More information about the llvm-commits
mailing list