1f2526c1aSChris Bieneman; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s 2208d0f04SXiang Litarget triple = "dxil-unknown-shadermodel6.7-library" 3f2526c1aSChris Bieneman 4f2526c1aSChris Bieneman!llvm.dbg.cu = !{!0} 5f2526c1aSChris Bieneman!llvm.module.flags = !{!3, !4} 6f2526c1aSChris Bieneman 7f2526c1aSChris Bieneman!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None) 8f2526c1aSChris Bieneman!1 = !DIFile(filename: "di-compile-unit.src", directory: "/some-path") 9f2526c1aSChris Bieneman!2 = !{} 10f2526c1aSChris Bieneman!3 = !{i32 7, !"Dwarf Version", i32 2} 11f2526c1aSChris Bieneman!4 = !{i32 2, !"Debug Info Version", i32 3} 12f2526c1aSChris Bieneman 13f2526c1aSChris Bieneman; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: 1, enums: !2) 14f2526c1aSChris Bieneman; CHECK: !1 = !DIFile(filename: "di-compile-unit.src", directory: "/some-path") 15f2526c1aSChris Bieneman; CHECK: !2 = !{} 16*76e37b1aSXiang Li; CHECK: !{i32 2, !"Dwarf Version", i32 2} 17*76e37b1aSXiang Li; CHECK: !{i32 2, !"Debug Info Version", i32 3} 18