[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / DIModule-fortran-module.ll
blob053a6d720f765aa8ca1eb6bef4d3962a86cd8395
1 ; RUN: llvm-dis -o - %s.bc | FileCheck %s
3 ; CHECK: DIModule(scope: !4, name: "dummy", file: !3, line: 2)
5 ; ModuleID = 'DIModule-fortran-module.bc'
6 source_filename = "/tmp/module-b198fa.ll"
7 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-unknown-linux-gnu"
10 %struct_dummy_0_ = type <{ [4 x i8] }>
12 @_dummy_0_ = common global %struct_dummy_0_ zeroinitializer, align 64, !dbg !0
14 ; Function Attrs: noinline
15 define float @dummy_() #0 {
16 .L.entry:
17   ret float undef
20 attributes #0 = { noinline "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" }
22 !llvm.module.flags = !{!8, !9}
23 !llvm.dbg.cu = !{!4}
25 !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
26 !1 = distinct !DIGlobalVariable(name: "foo", scope: !2, file: !3, type: !7, isLocal: false, isDefinition: true)
27 !2 = !DIModule(scope: !4, name: "dummy", file: !3, line: 2)
28 !3 = !DIFile(filename: "module.f90", directory: "/fortran")
29 !4 = distinct !DICompileUnit(language: DW_LANG_Fortran90, file: !3, producer: " F90 Flang - 1.5 2017-05-01", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !5, retainedTypes: !5, globals: !6, imports: !5)
30 !5 = !{}
31 !6 = !{!0}
32 !7 = !DIBasicType(name: "integer", size: 32, align: 32, encoding: DW_ATE_signed)
33 !8 = !{i32 2, !"Dwarf Version", i32 4}
34 !9 = !{i32 2, !"Debug Info Version", i32 3}