[flang-commits] [flang] [llvm] [flang] implement show_descriptor intrinsic, a non-standard extension (PR #169137)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Mon Nov 24 09:31:14 PST 2025


================
@@ -510,7 +510,9 @@ class Descriptor {
 
   RT_API_ATTRS void Check() const;
 
-  void Dump(FILE * = stdout) const;
+  // When dumpRawType, dumps stringified CFI_type_*, otherwise
+  // try to canonicalize and pront as a Fortran type.
----------------
clementval wrote:

```suggestion
  // try to canonicalize and print as a Fortran type.
```

https://github.com/llvm/llvm-project/pull/169137


More information about the flang-commits mailing list