[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-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
----------------
kiranchandramohan wrote:

LLVM IR tests should go to the Integration directory.

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


More information about the flang-commits mailing list