[flang-commits] [flang] [flang][debug] Support derived types. (PR #99476)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Fri Jul 19 10:04:00 PDT 2024
================
@@ -0,0 +1,73 @@
+// RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
+
+// Only enabled on x86_64
----------------
abidh wrote:
The offset of the components of the derived types are hardcoded in the CHECK lines. I was unsure if those will be same for other targets so I restricted the test on x86_64.
https://github.com/llvm/llvm-project/pull/99476
More information about the flang-commits
mailing list