Commit 39baae19 authored by Christian Ulmann's avatar Christian Ulmann
Browse files

[MLIR][LLVM] Add distinct identifier to the DISubprogram attribute

This commit adds an optional distinct attribute parameter to the
DISubprogramAttr. This enables modeling of distinct subprograms, as
required for LLVM IR. This change is required to avoid accidential
uniquing of subprograms on functions that would lead to invalid LLVM IR
post export.
parent b3037ae1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment