aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/bug_null_debuginfo.ll
blob: d64c6a6abd8984930fc9fde5f55cbb06b48d31bd (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s

!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!2}

!0 = !MDCompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, globals:  null)
!1 = !MDFile(filename: "t", directory: "")
!2 = !{i32 1, !"Debug Info Version", i32 3}