[PATCH] D20414: IR: Allow multiple global metadata attachments with the same type.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 17:59:26 PDT 2016
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Looking good now.
================
Comment at: lib/IR/LLVMContextImpl.h:1014
@@ +1013,3 @@
+ /// Appends all attachments with the given ID to \c Result in insertion order.
+ /// If the global has no attachments with the given ID, or if ID is invalid,
+ /// leaves Result unchanged.
----------------
Ok.
http://reviews.llvm.org/D20414
More information about the llvm-commits
mailing list