summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/X86/objc-fwd-decl.ll')
-rw-r--r--llvm/test/DebugInfo/X86/objc-fwd-decl.ll36
1 files changed, 20 insertions, 16 deletions
diff --git a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
index 0b7db017b72..0f63fe2b541 100644
--- a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
+++ b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
@@ -5,23 +5,27 @@
; CHECK: DW_AT_declaration
; CHECK: DW_AT_APPLE_runtime_class
+source_filename = "test/DebugInfo/X86/objc-fwd-decl.ll"
+
%0 = type opaque
-@a = common global %0* null, align 8, !dbg !5
+@a = common global %0* null, align 8, !dbg !0
+
+!llvm.dbg.cu = !{!5}
+!llvm.module.flags = !{!8, !9, !10, !11, !12, !13}
-!llvm.dbg.cu = !{!0}
-!llvm.module.flags = !{!9, !10, !11, !12, !14}
+!0 = !DIGlobalVariableExpression(var: !1)
+!1 = !DIGlobalVariable(name: "a", scope: null, file: !2, line: 3, type: !3, isLocal: false, isDefinition: true)
+!2 = !DIFile(filename: "foo.m", directory: "/Users/echristo")
+!3 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4, size: 64, align: 64)
+!4 = !DICompositeType(tag: DW_TAG_structure_type, name: "FooBarBaz", file: !2, line: 1, flags: DIFlagFwdDecl, runtimeLang: DW_LANG_ObjC)
+!5 = distinct !DICompileUnit(language: DW_LANG_ObjC, file: !2, producer: "clang version 3.1 (trunk 152054 trunk 152094)", isOptimized: false, runtimeVersion: 2, emissionKind: FullDebug, enums: !6, retainedTypes: !6, globals: !7, imports: !6)
+!6 = !{}
+!7 = !{!0}
+!8 = !{i32 1, !"Objective-C Version", i32 2}
+!9 = !{i32 1, !"Objective-C Image Info Version", i32 0}
+!10 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
+!11 = !{i32 4, !"Objective-C Garbage Collection", i32 0}
+!12 = !{i32 1, !"Debug Info Version", i32 3}
+!13 = !{i32 4, !"Objective-C Class Properties", i32 0}
-!0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.1 (trunk 152054 trunk 152094)", isOptimized: false, runtimeVersion: 2, emissionKind: FullDebug, file: !13, enums: !1, retainedTypes: !1, globals: !3, imports: !1)
-!1 = !{}
-!3 = !{!5}
-!5 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "a", line: 3, isLocal: false, isDefinition: true, scope: null, file: !6, type: !7))
-!6 = !DIFile(filename: "foo.m", directory: "/Users/echristo")
-!7 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !8)
-!8 = !DICompositeType(tag: DW_TAG_structure_type, name: "FooBarBaz", line: 1, flags: DIFlagFwdDecl, runtimeLang: DW_LANG_ObjC, file: !13)
-!9 = !{i32 1, !"Objective-C Version", i32 2}
-!10 = !{i32 1, !"Objective-C Image Info Version", i32 0}
-!11 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
-!12 = !{i32 4, !"Objective-C Garbage Collection", i32 0}
-!13 = !DIFile(filename: "foo.m", directory: "/Users/echristo")
-!14 = !{i32 1, !"Debug Info Version", i32 3}
OpenPOWER on IntegriCloud