blob: 9c095457fb117742e55dd42bf0eec3350893c9c3 [file] [log] [blame] [edit]
// 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"