This is an archive of the discontinued LLVM Phabricator instance.

Remove all uses of DIFlagBlockByrefStruct from Clang
ClosedPublic

Authored by aprantl on Sep 7 2018, 11:35 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

aprantl created this revision.Sep 7 2018, 11:35 AM

( D51763 is not *really* a dependency, but it's closely related. )

Thanks Adrian, LGTM!

This revision is now accepted and ready to land.Sep 10 2018, 6:21 AM
This revision was automatically updated to reflect the committed changes.