13 lines · plain
1// RUN: fir-opt --add-debug-info="split-dwarf-file=test.dwo" \2// RUN: --mlir-print-debuginfo %s -o - | FileCheck %s3 4module {5 func.func @test() {6 return7 } loc(#loc1)8}9#loc1 = loc("test.f90":15:1)10 11// CHECK: llvm.di_compile_unit12// CHECK-SAME: splitDebugFilename = "test.dwo"13