[PATCH] D51807: Remove all uses of DIFlagBlockByrefStruct from Clang
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 7 11:35:19 PDT 2018
aprantl created this revision.
aprantl added a reviewer: debug-info.
Herald added a subscriber: JDevlieghere.
This patch removes the last reason why DIFlagBlockByrefStruct from Clang by directly implementing the drilling into the member type done in DwarfDebug::DbgVariable::getType() into the frontend.
https://reviews.llvm.org/D51807
Files:
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGenObjC/block-byref-debuginfo.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51807.164475.patch
Type: text/x-patch
Size: 6139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180907/a8b24731/attachment-0001.bin>
More information about the cfe-commits
mailing list