[PATCH] D103966: [llvm] Add new DI Flag IsZeroSize for D101237 [[no_unique_address]]
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 18:47:00 PDT 2021
dblaikie added a comment.
DICompositeType has a "SizeInBits" field - can that be used to specify a size of 0, instead of adding a new flag to convey this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103966/new/
https://reviews.llvm.org/D103966
More information about the llvm-commits
mailing list