[PATCH] D143760: [Codeview] Fix incorrect size determination for Fortran complex types.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 15:01:11 PST 2023
dblaikie added a comment.
> When describing a Fortran complex type in Codeview, use the size of an individual component rather than the sum of the real and imaginary components.
That seems very strange - why would the size of an entity be recorded as the size of only half of it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143760/new/
https://reviews.llvm.org/D143760
More information about the llvm-commits
mailing list