[flang-commits] [flang] [flang] Add debug information for module variables. (PR #91582)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Sun May 19 07:45:52 PDT 2024
================
@@ -0,0 +1,39 @@
+! RUN: %flang_fc1 -emit-fir -debug-info-kind=standalone -mmlir --mlir-print-debuginfo %s -o - | \
+! RUN: fir-opt --cg-rewrite --mlir-print-debuginfo | fir-opt --add-debug-info --mlir-print-debuginfo | FileCheck %s
----------------
kiranchandramohan wrote:
Probably best to test the pass only.
https://github.com/llvm/llvm-project/pull/91582
More information about the flang-commits
mailing list