brintos

brintos / llvm-project-archived public Read only

0
0
Text · 346 B · 69a21d8 Raw
13 lines · plain
1! Test that the module has the location information2 3! RUN: %flang_fc1 -mmlir --mlir-print-debuginfo -emit-fir -o - %s | FileCheck %s4 5subroutine sb1()6end subroutine7 8! CHECK: module attributes9! CHECK:   func.func @_QPsb1() {10! CHECK:   }11! CHECK: } loc(#[[MODULE_LOC:.*]])12! CHECK: #[[MODULE_LOC]] = loc("{{.*}}module-debug-file-loc.f90":0:0)13