[RISCV] Use RISCVSubtarget::is64Bit() instead of hasFeature(RISCV::Feature64Bit)...
[llvm-project.git] / llvm / test / DebugInfo / COFF / objcpp.ll
blob49786afaf05f689f1bb806b1d8fc5d3987ccacf6
1 ; RUN: llc < %s | FileCheck %s --check-prefix=ASM
2 ; RUN: llc -filetype=obj < %s | llvm-readobj --codeview - | FileCheck %s --check-prefix=OBJ
4 ; ASM:      .short  4412                    # Record kind: S_COMPILE3
5 ; ASM-NEXT: .long   18                      # Flags and language
7 ; OBJ:       Kind: S_COMPILE3 (0x113C)
8 ; OBJ-NEXT:  Language: ObjCpp (0x12)
10 ; ModuleID = 'objcpp.mm'
11 source_filename = "objcpp.mm"
12 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
13 target triple = "x86_64-pc-windows-msvc"
15 ; Function Attrs: uwtable
16 define void @"?f@@YAXXZ"() #0 !dbg !5 {
17 entry:
18   ret void, !dbg !9
21 attributes #0 = { uwtable "target-cpu"="x86-64" }
23 !llvm.module.flags = !{!0, !1, !2}
24 !llvm.dbg.cu = !{!3}
26 !0 = !{i32 8, !"PIC Level", i32 2}
27 !1 = !{i32 2, !"CodeView", i32 1}
28 !2 = !{i32 2, !"Debug Info Version", i32 3}
29 !3 = distinct !DICompileUnit(language: DW_LANG_ObjC_plus_plus, file: !4, producer: "clang version 17.0.0 (https://github.com/llvm/llvm-project a8e9beca6bee1f248ef4be7892802c4d091b7fcb)", isOptimized: false, runtimeVersion: 1, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None)
30 !4 = !DIFile(filename: "objcpp.mm", directory: "src", checksumkind: CSK_MD5, checksum: "e6ab1d5b7f82464c963a8522037dfa72")
31 !5 = distinct !DISubprogram(name: "f", linkageName: "?f@@YAXXZ", scope: !4, file: !4, line: 1, type: !6, scopeLine: 1, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !3, retainedNodes: !8)
32 !6 = !DISubroutineType(types: !7)
33 !7 = !{null}
34 !8 = !{}
35 !9 = !DILocation(line: 1, scope: !5)