1; RUN: llc -disable-debug-info-print -o - %s | FileCheck %s
2
3; Check that debug info isn't emitted for CodeView with
4; -disable-debug-info-print.
5
6; CHECK-NOT:      CodeViewTypes
7; CHECK-NOT:      CodeViewDebugInfo
8
9source_filename = "empty"
10target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
11target triple = "x86_64-pc-windows-msvc19.0.24215"
12
13!llvm.dbg.cu = !{!0}
14!llvm.module.flags = !{!2, !3}
15
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}
20