[BOLT] Add --pad-funcs-before=func:n (#117924)
[llvm-project.git] / llvm / test / tools / dxil-dis / di-compile-unit.ll
blob10988fc3defe4aee98cba31d770e00c354e7d3e8
1 ; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
2 target triple = "dxil-unknown-shadermodel6.7-library"
4 !llvm.dbg.cu = !{!0}
5 !llvm.module.flags = !{!3, !4}
7 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)
8 !1 = !DIFile(filename: "di-compile-unit.src", directory: "/some-path")
9 !2 = !{}
10 !3 = !{i32 7, !"Dwarf Version", i32 2}
11 !4 = !{i32 2, !"Debug Info Version", i32 3}
13 ; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: 1, enums: !2)
14 ; CHECK: !1 = !DIFile(filename: "di-compile-unit.src", directory: "/some-path")
15 ; CHECK: !2 = !{}
16 ; CHECK: !{i32 2, !"Dwarf Version", i32 2}
17 ; CHECK: !{i32 2, !"Debug Info Version", i32 3}