[llvm] Add debuginfo C support for a SetType, Subrangetype, dynamic array type and replace arrays (PR #135607)

peter mckinna via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 19 22:59:49 PDT 2025


================
@@ -689,6 +688,78 @@ LLVMDIBuilderCreateArrayType(LLVMDIBuilderRef Builder, uint64_t Size,
                              LLVMMetadataRef *Subscripts,
                              unsigned NumSubscripts);
 
+/**
+ * Create debugging information entry for a set.
+ * @param Builder        The DIBuilder.
+ * \param Scope          The scope this module is imported into.
----------------
demoitem wrote:

Okay changed that.

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


More information about the llvm-commits mailing list