This commit make the name parameter of the DISubprogramAttr optional.
LLVM will for example omit these subprogram names in initialization
functions for globals.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145046
[mlir][llvm] Make DISubprogram name optional ClosedPublic Authored by Dinistro on Mar 1 2023, 1:55 AM.
Details Summary This commit make the name parameter of the DISubprogramAttr optional.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 1 2023, 1:57 AM Closed by commit rG22b49fccbbf1: [mlir][llvm] Make DISubprogram name optional (authored by Dinistro). · Explain WhyMar 1 2023, 3:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 501450 mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
mlir/test/Target/LLVMIR/Import/debug-info.ll
|