forked from OSchip/llvm-project
9 lines
421 B
LLVM
9 lines
421 B
LLVM
; RUN: llvm-c-test --test-dibuilder | FileCheck %s
|
|
|
|
; CHECK: ; ModuleID = 'debuginfo.c'
|
|
; CHECK-NEXT: source_filename = "debuginfo.c"
|
|
|
|
; CHECK: !llvm.dbg.cu = !{!0}
|
|
; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "llvm-c-test", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false)
|
|
; CHECK-NEXT: !1 = !DIFile(filename: "debuginfo.c\00", directory: ".")
|