================ @@ -134,19 +134,29 @@ static void resolveTopLevelMetadata(llvm::Function *Fn, // Find all llvm.dbg.declare intrinsics and resolve the DILocalVariable nodes // they are referencing. + // + // Some types may be still unresolved. As they can't be cloned, keep + // references to the types from the base subprogram. ---------------- dwblaikie wrote:
"some" feels concerningly vague - could you be more specific? https://github.com/llvm/llvm-project/pull/165032 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
