[llvm] Fix size in bytes of type DIEs when size in bits is not a multiple of 8 (PR #69741)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 09:54:03 PST 2023
adrian-prantl wrote:
I'm thinking: `if (sizeInBits % 8) emitBitSize(sizeInBits) else emitSize(sizeInBits/8)`
https://github.com/llvm/llvm-project/pull/69741
More information about the llvm-commits
mailing list