[flang-commits] [flang] [flang][debug] Support derived types. (PR #99476)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Jul 19 04:31:50 PDT 2024


================
@@ -0,0 +1,73 @@
+// RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
+
+// Only enabled on x86_64
----------------
tblah wrote:

What about this only works on x86? I see that we use the x86 target triple in the module attributes, but as this is only a `fir-opt` thing, I don't think we need any target dependent stuff?

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


More information about the flang-commits mailing list