Issue 120335
Summary [flang][debug] Missing function/subroutine attribute {DW_AT_elemental, DW_AT_pure, DW_AT_recursive}
Labels flang
Assignees
Reporter jieljiel
    Flang currently does not generate DWARF attribute DW_AT_elemental, DW_AT_pure and DW_AT_recursive for function/subroutine.

Need to emit metadata for `DISubprogram` field `spFlags:`,  values are: DISPFlagElemental, DISPFlagPure, and DISPFlagRecursive. These procedure attributes info should be retrievable from the func operation.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to