[flang-commits] [flang] [flang][debug] Add support for fixed size arrays. (PR #92568)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Mon May 20 05:06:39 PDT 2024
================
@@ -0,0 +1,43 @@
+! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
----------------
abidh wrote:
I have moved the test to `Integration` folder. I add one test that checks the conversion in the `AddDebugInfo` and one integration test to check that our changes results in the correct debug metadata in LLVM IR format.
https://github.com/llvm/llvm-project/pull/92568
More information about the flang-commits
mailing list