[PATCH] D47953: [builtin] Add bitfield support for __builtin_dump_struct
Paul Semel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 8 10:22:36 PDT 2018
paulsemel added a comment.
This version is working for non packed structures. For packed structures, it might sometimes work, sometimes not.
The resulting assembly code seems to be the right one.
If someone went through bitfields manipulation, please do not hesitate to comment !
Requesting for help :)
Repository:
rC Clang
https://reviews.llvm.org/D47953
More information about the cfe-commits
mailing list