[flang-commits] [flang] [mlir] [mlir][debug] Allow multiple DIGlobalVariableExpression on globals. (PR #111981)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Fri Oct 11 09:15:23 PDT 2024
================
@@ -690,3 +690,27 @@ llvm.func @test() {
// CHECK: !DICommonBlock(scope: ![[SCOPE:[0-9]+]], declaration: null, name: "block", file: ![[FILE:[0-9]+]], line: 3)
// CHECK: ![[SCOPE]] = {{.*}}!DISubprogram(name: "test"{{.*}})
// CHECK: ![[FILE]] = !DIFile(filename: "test.f90"{{.*}})
+
+// -----
+
+// Test multiple DIGlobalVariableExpression on a global
----------------
abidh wrote:
Thanks for catching this. Fixed.
https://github.com/llvm/llvm-project/pull/111981
More information about the flang-commits
mailing list