Move the DIFile operand to DITypes from the 4th operand to the 2nd.
[oota-llvm.git] / test / DebugInfo / X86 / stringpool.ll
1 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s --check-prefix=LINUX
2 ; RUN: llc -mtriple=x86_64-darwin < %s | FileCheck %s --check-prefix=DARWIN
3
4 @yyyy = common global i32 0, align 4
5
6 !llvm.dbg.cu = !{!0}
7
8 !0 = metadata !{i32 786449, i32 0, i32 12, metadata !6, metadata !"clang version 3.1 (trunk 143009)", i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ]
9 !1 = metadata !{i32 0}
10 !3 = metadata !{metadata !5}
11 !5 = metadata !{i32 720948, i32 0, null, metadata !"yyyy", metadata !"yyyy", metadata !"", metadata !6, i32 1, metadata !7, i32 0, i32 1, i32* @yyyy, null} ; [ DW_TAG_variable ]
12 !6 = metadata !{i32 720937, metadata !8} ; [ DW_TAG_file_type ]
13 !7 = metadata !{i32 720932, null, null, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
14 !8 = metadata !{metadata !"z.c", metadata !"/home/nicholas"}
15
16 ; Verify that we refer to 'yyyy' with a relocation.
17 ; LINUX:      .long   .Linfo_string3          # DW_AT_name
18 ; LINUX-NEXT: .long   38                      # DW_AT_type
19 ; LINUX-NEXT:                                 # DW_AT_external
20 ; LINUX-NEXT: .byte   1                       # DW_AT_decl_file
21 ; LINUX-NEXT: .byte   1                       # DW_AT_decl_line
22 ; LINUX-NEXT: .byte   9                       # DW_AT_location
23 ; LINUX-NEXT: .byte   3
24 ; LINUX-NEXT: .quad   yyyy
25
26 ; Verify that we refer to 'yyyy' without a relocation.
27 ; DARWIN: Lset5 = Linfo_string3-Linfo_string          ## DW_AT_name
28 ; DARWIN-NEXT:        .long   Lset5
29 ; DARWIN-NEXT:        .long   39                      ## DW_AT_type
30 ; DARWIN-NEXT:        .byte   1                       ## DW_AT_external
31 ; DARWIN-NEXT:        .byte   1                       ## DW_AT_decl_file
32 ; DARWIN-NEXT:        .byte   1                       ## DW_AT_decl_line
33 ; DARWIN-NEXT:        .byte   9                       ## DW_AT_location
34 ; DARWIN-NEXT:        .byte   3
35 ; DARWIN-NEXT:        .quad   _yyyy
36
37 ; Verify that "yyyy" ended up in the stringpool.
38 ; LINUX: .section .debug_str,"MS",@progbits,1
39 ; LINUX-NOT: .section
40 ; LINUX: yyyy
41 ; DARWIN: .section __DWARF,__debug_str,regular,debug
42 ; DARWIN-NOT: .section
43 ; DARWIN: yyyy