[PATCH] D16077: DIBuilder support DI Macro creation

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 08:38:42 PST 2016


aprantl added a comment.

Just one final question: Why is replaceArrays() necessary? We need it for DICompositeType because composite types may be recursive. Is that also the case for DIMacroNodeArray?


http://reviews.llvm.org/D16077





More information about the llvm-commits mailing list