Home | History | Annotate | Download | only in X86
      1 ; RUN: llc -mtriple=i686-pc-windows-msvc -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
      2 
      3 ; CHECK-NOT: DW_AT_location
      4 
      5 target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
      6 target triple = "i686-pc-windows-msvc"
      7 
      8 @"\01?id@?$numpunct@D@@0HA" = available_externally dllimport global i32 0, align 4
      9 
     10 !llvm.dbg.cu = !{!0}
     11 !llvm.module.flags = !{!13, !14}
     12 
     13 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.9.0 (trunk 272628) (llvm/trunk 272566)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !3)
     14 !1 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/<stdin>", directory: "/usr/local/google/home/majnemer/llvm/src")
     15 !2 = !{}
     16 !3 = !{!4}
     17 !4 = distinct !DIGlobalVariable(name: "id", linkageName: "\01?id@?$numpunct@D@@0HA", scope: !0, file: !5, line: 4, type: !6, isLocal: false, isDefinition: true, variable: i32* @"\01?id@?$numpunct@D@@0HA", declaration: !7)
     18 !5 = !DIFile(filename: "/usr/local/google/home/majnemer/Downloads/t.ii", directory: "/usr/local/google/home/majnemer/llvm/src")
     19 !6 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
     20 !7 = !DIDerivedType(tag: DW_TAG_member, name: "id", scope: !8, file: !5, line: 2, baseType: !6, flags: DIFlagStaticMember)
     21 !8 = distinct !DICompositeType(tag: DW_TAG_class_type, name: "numpunct<char>", file: !5, line: 2, size: 8, align: 8, elements: !9, templateParams: !10)
     22 !9 = !{!7}
     23 !10 = !{!11}
     24 !11 = !DITemplateTypeParameter(type: !12)
     25 !12 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
     26 !13 = !{i32 2, !"Dwarf Version", i32 3}
     27 !14 = !{i32 2, !"Debug Info Version", i32 3}
     28