blob: 1c67d83492cc228edf36c9be2a121fca1a653506 [file] [log] [blame] [edit]
! Test that the module has the location information
! RUN: %flang_fc1 -mmlir --mlir-print-debuginfo -emit-fir -o - %s | FileCheck %s
! REQUIRES: system-linux || system-aix
subroutine sb1()
end subroutine
! CHECK: module attributes
! CHECK: func.func @_QPsb1() {
! CHECK: }
! CHECK: } loc(#[[MODULE_LOC:.*]])
! CHECK: #[[MODULE_LOC]] = loc("/{{.*}}/test/Lower/module-debug-file-loc-linux.f90":0:0)