aprantl added inline comments.
================ Comment at: llvm/include/llvm/IR/DIBuilder.h:76 - /// Each subprogram's preserved labels. - DenseMap<MDNode *, SmallVector<TrackingMDNodeRef, 1>> PreservedLabels; + SmallVectorImpl<TrackingMDNodeRef> & + getSubprogramNodesTrackingVector(const DIScope *S) { ---------------- Do you need a writeable copy, or could you get by with returning an `ArrayRef<TrackingMDNodeRef>`? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143984/new/ https://reviews.llvm.org/D143984 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits