[PATCH] D16077: DIBuilder support DI Macro creation
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 00:49:24 PST 2016
aaboud 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
----------------
aprantl wrote:
> What's an example of a self-referential F?
I think there is no such example, it is a copy paste issue.
Thanks for noticing, I will fix the comment and the code.
http://reviews.llvm.org/D16077
More information about the llvm-commits
mailing list