[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / llvm / test / CodeGen / X86 / disable-debug-info-print-codeview.ll
blob930dafc119b3c7a50f36c3ae6abd540bb7ea8e82
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"
13 !llvm.dbg.cu = !{!0}
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}