[PATCH] D52057: Emit template type and value parameter DIEs for template variables.

Matthew Voss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 09:22:07 PDT 2018


ormris added inline comments.


================
Comment at: include/llvm-c/DebugInfo.h:977
  */
-LLVMMetadataRef
-LLVMDIBuilderCreateGlobalVariableExpression(LLVMDIBuilderRef Builder,
-                                            LLVMMetadataRef Scope,
-                                            const char *Name, size_t NameLen,
-                                            const char *Linkage, size_t LinkLen,
-                                            LLVMMetadataRef File,
-                                            unsigned LineNo,
-                                            LLVMMetadataRef Ty,
-                                            LLVMBool LocalToUnit,
-                                            LLVMMetadataRef Expr,
-                                            LLVMMetadataRef Decl,
-                                            uint32_t AlignInBits);
+LLVMMetadataRef LLVMDIBuilderCreateGlobalVariableExpression(
+    LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name,
----------------
JDevlieghere wrote:
> The C-API is considered stable. You could extend it if you have a use case for this?
Not currently. I'm happy removing this part of the change.


Repository:
  rL LLVM

https://reviews.llvm.org/D52057





More information about the llvm-commits mailing list