[flang-commits] [flang] [flang] Add debug information for module variables. (PR #91582)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Mon May 20 02:51:51 PDT 2024


================
@@ -0,0 +1,39 @@
+! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only %s -o - | FileCheck --check-prefix=LINEONLY %s
----------------
abidh wrote:

I have moved the testcase to Integration folder. There may be other IR testcase that I added and I will move them in separate PR.

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


More information about the flang-commits mailing list