[PATCH] D80369: [DebugInfo][CallSites] Remove decl subprograms from 'retainedTypes:'
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 28 12:38:57 PDT 2020
dblaikie added inline comments.
================
Comment at: clang/test/Modules/ModuleDebugInfo.m:46-47
-// The forward declaration should not be in the module scope.
-// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "OpaqueData", file
-
----------------
Did this type go missing with this change? (ie: was this type /only/ accessible via a subprogram in the retained types list?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80369/new/
https://reviews.llvm.org/D80369
More information about the cfe-commits
mailing list