[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / DebugInfo / COFF / swift.ll
blob81922cc4a37436089927a705669269cbd197055f
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   83                      # Flags and language
6 ; ASM-NEXT: .short  208                     # CPUType
8 ; OBJ-LABEL: Compile3Sym {
9 ; OBJ-NEXT:    Kind: S_COMPILE3 (0x113C)
10 ; OBJ-NEXT:    Language: Swift (0x53)
11 ; OBJ-NEXT:    Flags [ (0x0)
12 ; OBJ-NEXT:    ]
13 ; OBJ-NEXT:    Machine: X64 (0xD0)
14 ; OBJ-NEXT:    FrontendVersion: {{[0-9.]*}}
15 ; OBJ-NEXT:    BackendVersion: {{[0-9.]*}}
16 ; OBJ-NEXT:    VersionName: Apple Swift version 5.0 (swiftlang-1001.0.45.7 clang-1001.0.37.7)
17 ; OBJ-NEXT:  }
20 ; ModuleID = 't.c'
21 source_filename = "t.swift"
22 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
23 target triple = "x86_64-pc-windows-msvc19.0.24215"
25 define void @f() !dbg !8 {
26 entry:
27   ret void, !dbg !11
30 !llvm.dbg.cu = !{!0}
31 !llvm.module.flags = !{!3, !4, !5}
33 !0 = distinct !DICompileUnit(language: DW_LANG_Swift, file: !1, producer: "Apple Swift version 5.0 (swiftlang-1001.0.45.7 clang-1001.0.37.7)", isOptimized: false, runtimeVersion: 5, emissionKind: FullDebug, enums: !2)
34 !1 = !DIFile(filename: "t.d", directory: "asdf")
35 !2 = !{}
36 !3 = !{i32 2, !"CodeView", i32 1}
37 !4 = !{i32 2, !"Debug Info Version", i32 3}
38 !5 = !{i32 1, !"Swift Version", i32 6}
39 !8 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !9, isLocal: false, isDefinition: true, scopeLine: 1, isOptimized: false, unit: !0, retainedNodes: !2)
40 !9 = !DISubroutineType(types: !10)
41 !10 = !{null}
42 !11 = !DILocation(line: 1, column: 11, scope: !8)