summaryrefslogtreecommitdiff
path: root/flang/test/Transforms/debug-split-dwarf.fir
blob: 9c095457fb117742e55dd42bf0eec3350893c9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: fir-opt --add-debug-info="split-dwarf-file=test.dwo"  \
// RUN:         --mlir-print-debuginfo %s -o - | FileCheck %s

module {
  func.func @test() {
    return
  } loc(#loc1)
}
#loc1 = loc("test.f90":15:1)

// CHECK: llvm.di_compile_unit
// CHECK-SAME: splitDebugFilename = "test.dwo"