[PATCH] D144870: [Clang][DebugInfo] Emit zero size bitfields in the debug info to delimit bitfields in different allocation units.
Juan Manuel Martinez CaamaƱo via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 08:54:43 PDT 2023
jmmartinez updated this revision to Diff 506611.
jmmartinez added a comment.
- Updated to use `elements` array to avoid the complicated loop.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144870/new/
https://reviews.llvm.org/D144870
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/CodeGen/TargetInfo.h
clang/test/CodeGen/debug-info-bitfield-0-struct.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144870.506611.patch
Type: text/x-patch
Size: 16872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230320/cb86c616/attachment.bin>
More information about the cfe-commits
mailing list