Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 1 | ; RUN: llc -mtriple=x86_64-macosx %s -o %t -filetype=obj |
Eli Bendersky | e6abe83 | 2013-01-25 21:44:53 +0000 | [diff] [blame] | 2 | ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s |
Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 3 | |
Manman Ren | f6b936b | 2013-10-29 05:49:41 +0000 | [diff] [blame] | 4 | ; CHECK: DW_TAG_structure_type |
David Blaikie | 175b0b9 | 2013-08-19 03:36:23 +0000 | [diff] [blame] | 5 | ; CHECK: DW_AT_declaration |
| 6 | ; CHECK: DW_AT_APPLE_runtime_class |
Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 7 | |
Adrian Prantl | 1eadba1 | 2016-12-22 00:45:21 +0000 | [diff] [blame] | 8 | source_filename = "test/DebugInfo/X86/objc-fwd-decl.ll" |
| 9 | |
Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 10 | %0 = type opaque |
| 11 | |
Adrian Prantl | 1eadba1 | 2016-12-22 00:45:21 +0000 | [diff] [blame] | 12 | @a = common global %0* null, align 8, !dbg !0 |
Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 13 | |
Adrian Prantl | 1eadba1 | 2016-12-22 00:45:21 +0000 | [diff] [blame] | 14 | !llvm.dbg.cu = !{!5} |
| 15 | !llvm.module.flags = !{!8, !9, !10, !11, !12, !13} |
Eric Christopher | 54cf8ff | 2012-03-07 00:15:19 +0000 | [diff] [blame] | 16 | |
Adrian Prantl | 1eadba1 | 2016-12-22 00:45:21 +0000 | [diff] [blame] | 17 | !0 = !DIGlobalVariableExpression(var: !1) |
| 18 | !1 = !DIGlobalVariable(name: "a", scope: null, file: !2, line: 3, type: !3, isLocal: false, isDefinition: true) |
| 19 | !2 = !DIFile(filename: "foo.m", directory: "/Users/echristo") |
| 20 | !3 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !4, size: 64, align: 64) |
| 21 | !4 = !DICompositeType(tag: DW_TAG_structure_type, name: "FooBarBaz", file: !2, line: 1, flags: DIFlagFwdDecl, runtimeLang: DW_LANG_ObjC) |
| 22 | !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) |
| 23 | !6 = !{} |
| 24 | !7 = !{!0} |
| 25 | !8 = !{i32 1, !"Objective-C Version", i32 2} |
| 26 | !9 = !{i32 1, !"Objective-C Image Info Version", i32 0} |
| 27 | !10 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"} |
| 28 | !11 = !{i32 4, !"Objective-C Garbage Collection", i32 0} |
| 29 | !12 = !{i32 1, !"Debug Info Version", i32 3} |
| 30 | !13 = !{i32 4, !"Objective-C Class Properties", i32 0} |
| 31 | |