[flang-commits] [flang] [flang][debug] Add support for fixed size arrays. (PR #92568)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Sat May 18 07:38:37 PDT 2024
================
@@ -0,0 +1,43 @@
+! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
----------------
kiranchandramohan wrote:
LLVM IR tests should be moved to the Integration directory. Ideally tests should test the transformations occurring in the pass.
https://github.com/llvm/llvm-project/pull/92568
More information about the flang-commits
mailing list