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"