[Mlir-commits] [mlir] [mlir][debug] Handle DIImportedEntity. (PR #103055)
Christian Ulmann
llvmlistbot at llvm.org
Mon Aug 19 08:56:34 PDT 2024
================
@@ -79,7 +79,7 @@ static void addScopeToFunction(LLVM::LLVMFuncOp llvmFunc,
context, id, compileUnitAttr, fileAttr, funcNameAttr, funcNameAttr,
fileAttr,
/*line=*/line,
- /*scopeline=*/col, subprogramFlags, subroutineTypeAttr);
+ /*scopeline=*/col, subprogramFlags, subroutineTypeAttr, {});
----------------
Dinistro wrote:
Nit: Also add the param name, like it's done for `line` and `scopeline` here.
https://github.com/llvm/llvm-project/pull/103055
More information about the Mlir-commits
mailing list