xref: /llvm-project/flang/test/Lower/module-debug-file-loc-linux.f90 (revision 94f377d880376fa6d5653430cad2777e51759d48)
1! Test that the module has the location information
2
3! RUN: %flang_fc1 -mmlir --mlir-print-debuginfo -emit-fir -o - %s | FileCheck %s
4
5! REQUIRES: system-linux
6
7subroutine sb1()
8end subroutine
9
10! CHECK: module attributes
11! CHECK:   func.func @_QPsb1() {
12! CHECK:   }
13! CHECK: } loc(#[[MODULE_LOC:.*]])
14! CHECK: #[[MODULE_LOC]] = loc("/{{.*}}/test/Lower/module-debug-file-loc-linux.f90":0:0)
15