[PATCH] D143760: [Codeview] Fix incorrect size determination for Fortran complex types.
Steve Merritt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 09:34:51 PST 2023
smerritt created this revision.
smerritt added reviewers: akhuang, rnk, bwyma, ykhatav, cchen15, dblaikie.
Herald added a subscriber: hiraditya.
Herald added a project: All.
smerritt requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143760
Files:
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/test/DebugInfo/COFF/fortran-basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143760.496525.patch
Type: text/x-patch
Size: 10222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/2318d5dd/attachment.bin>
More information about the llvm-commits
mailing list