[llvm] Add overload of DIBuilder::createArrayType (PR #125229)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 12:16:19 PST 2025


================
@@ -617,6 +617,29 @@ DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty,
   return R;
----------------
dwblaikie wrote:

Could this function be implemented in terms of the new more general one?

https://github.com/llvm/llvm-project/pull/125229


More information about the llvm-commits mailing list