brintos

brintos / llvm-project-archived public Read only

0
0
Text · 391 B · 454fad9 Raw
15 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 5! REQUIRES: system-linux6 7subroutine sb1()8end subroutine9 10! CHECK: module attributes11! 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