llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[MLIR][LLVM] Make subprogram flags optional

Open gysit opened this issue 1 year ago • 2 comments

This revision makes the subprogramFlags field in the DISubprogrammAttr optional. This is necessary since the DISubprogram attached to a declaration may have none of the subprogram flags set.

gysit avatar Mar 24 '24 12:03 gysit