[PATCH] D16077: DIBuilder support DI Macro creation
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 13:19:22 PST 2016
aprantl added inline comments.
================
Comment at: include/llvm/IR/DIBuilder.h:730
@@ +729,3 @@
+ ///
+ /// If \c F is resolved, but the arrays aren't -- which can happen if \c F
+ /// has a self-reference -- \a DIBuilder needs to track the array to
----------------
What's an example of a self-referential F?
http://reviews.llvm.org/D16077
More information about the llvm-commits
mailing list