1 ; RUN: llc -disable-debug-info-print -o - %s | FileCheck %s
3 ; Check that debug info isn't emitted for CodeView with
4 ; -disable-debug-info-print.
6 ; CHECK-NOT: CodeViewTypes
7 ; CHECK-NOT: CodeViewDebugInfo
9 source_filename = "empty"
10 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
11 target triple = "x86_64-pc-windows-msvc19.0.24215"
14 !llvm.module.flags = !{!2, !3}
16 !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "clang", emissionKind: FullDebug)
17 !1 = !DIFile(filename: "empty", directory: "path/to")
18 !2 = !{i32 2, !"CodeView", i32 1}
19 !3 = !{i32 2, !"Debug Info Version", i32 3}