[lld] [ELF] Merge verdefIndex into versionId. NFC (PR #72208)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 10:14:10 PST 2023
MaskRay 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.
[
![a](https://github.com/llvm/llvm-project/assets/416322/cebac46e-5058-44b6-932f-423b0ac8c726)
](url)
https://github.com/llvm/llvm-project/pull/72208
More information about the llvm-commits
mailing list