blob: 55930f0bacf24b7d0e34591b2639486346290728 [file] [log] [blame]
David Blaikie23afec92014-02-12 23:03:51 +00001; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu \
Paul Robinson78cc0822015-03-04 20:55:11 +00002; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-prefix=GNUOP %s
David Blaikie23afec92014-02-12 23:03:51 +00003
4; RUN: llc %s -o - -filetype=asm -O0 -mtriple=i386-linux-gnu \
Paul Robinson78cc0822015-03-04 20:55:11 +00005; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=SINGLE-32 --check-prefix=GNUOP %s
David Blaikie23afec92014-02-12 23:03:51 +00006
7; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-linux-gnu -split-dwarf=Enable \
Paul Robinson78cc0822015-03-04 20:55:11 +00008; RUN: | FileCheck --check-prefix=FISSION --check-prefix=GNUOP %s
David Blaikief2694972013-06-28 20:05:11 +00009
Paul Robinson06a8eb82015-03-03 21:01:27 +000010; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-scei-ps4 \
Paul Robinson78cc0822015-03-04 20:55:11 +000011; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-prefix=STDOP %s
12
13; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-apple-darwin \
14; RUN: | FileCheck --check-prefix=DARWIN --check-prefix=STDOP %s
Paul Robinson06a8eb82015-03-03 21:01:27 +000015
16; RUN: llc %s -o - -filetype=asm -O0 -mtriple=x86_64-unknown-freebsd \
Paul Robinson78cc0822015-03-04 20:55:11 +000017; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-prefix=GNUOP %s
Paul Robinson06a8eb82015-03-03 21:01:27 +000018
David Blaikief2694972013-06-28 20:05:11 +000019; FIXME: add relocation and DWARF expression support to llvm-dwarfdump & use
20; that here instead of raw assembly printing
21
David Blaikie23afec92014-02-12 23:03:51 +000022; FISSION: .section .debug_info.dwo,
23; 3 bytes of data in this DW_FORM_block1 representation of the location of 'tls'
24; FISSION: .byte 3{{ *}}# DW_AT_location
David Blaikie3c7e9612014-02-12 23:03:54 +000025; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table
David Blaikie23afec92014-02-12 23:03:51 +000026; FISSION-NEXT: .byte 252
27; an index of zero into the debug_addr table
28; FISSION-NEXT: .byte 0
29
30; SINGLE: .section .debug_info,
Paul Robinson78cc0822015-03-04 20:55:11 +000031; DARWIN: .section {{.*}}debug_info,
32
David Blaikief2694972013-06-28 20:05:11 +000033; 10 bytes of data in this DW_FORM_block1 representation of the location of 'tls'
David Blaikie23afec92014-02-12 23:03:51 +000034; SINGLE-64: .byte 10 # DW_AT_location
Alp Tokercb402912014-01-24 17:20:08 +000035; DW_OP_const8u (0x0e == 14) of address
David Blaikie23afec92014-02-12 23:03:51 +000036; SINGLE-64-NEXT: .byte 14
37; SINGLE-64-NEXT: .quad tls@DTPOFF
David Blaikief2694972013-06-28 20:05:11 +000038
Paul Robinson78cc0822015-03-04 20:55:11 +000039; DARWIN: .byte 10 ## DW_AT_location
40; DW_OP_const8u (0x0e == 14) of address
41; DARWIN-NEXT: .byte 14
42; DARWIN-NEXT: .quad _tls
43
44; 6 bytes of data in 32-bit mode
David Blaikie23afec92014-02-12 23:03:51 +000045; SINGLE-32: .byte 6 # DW_AT_location
46; DW_OP_const4u (0x0e == 12) of address
47; SINGLE-32-NEXT: .byte 12
48; SINGLE-32-NEXT: .long tls@DTPOFF
David Blaikief2694972013-06-28 20:05:11 +000049
David Blaikie23afec92014-02-12 23:03:51 +000050; DW_OP_GNU_push_tls_address
Paul Robinson78cc0822015-03-04 20:55:11 +000051; GNUOP-NEXT: .byte 224
52; DW_OP_form_tls_address
53; STDOP-NEXT: .byte 155
David Blaikie23afec92014-02-12 23:03:51 +000054
David Blaikie3c7e9612014-02-12 23:03:54 +000055; FISSION: DW_TAG_variable
56; FISSION: .byte 2 # DW_AT_location
57; DW_OP_GNU_addr_index
58; FISSION-NEXT: .byte 251
59; FISSION-NEXT: .byte 1
60
61; FISSION: DW_TAG_template_value_parameter
62; FISSION: .byte 3 # DW_AT_location
63; DW_OP_GNU_addr_index
64; FISSION-NEXT: .byte 251
David Blaikief1a6dea2014-02-15 19:34:03 +000065; FISSION-NEXT: .byte 1
David Blaikie3c7e9612014-02-12 23:03:54 +000066; DW_OP_stack_value
67; FISSION-NEXT: .byte 159
68
David Blaikie23afec92014-02-12 23:03:51 +000069; check that the expected TLS address description is the first thing in the debug_addr section
70; FISSION: .section .debug_addr
Rafael Espindolaf1a13f52015-03-11 00:51:37 +000071; FISSION: addr_sec:
David Blaikie23afec92014-02-12 23:03:51 +000072; FISSION-NEXT: .quad tls@DTPOFF
David Blaikie3c7e9612014-02-12 23:03:54 +000073; FISSION-NEXT: .quad glbl
David Blaikief1a6dea2014-02-15 19:34:03 +000074; FISSION-NOT: .quad glbl
David Blaikie3c7e9612014-02-12 23:03:54 +000075
76; Generated from:
77
78; __thread int tls;
79; int glbl;
80;
81; template <int *I>
82; int func() {
83; return 0;
84; }
85;
86; template int func<&glbl>(); // create a second reference to 'glbl'
87
David Blaikie23afec92014-02-12 23:03:51 +000088
89@tls = thread_local global i32 0, align 4
David Blaikie3c7e9612014-02-12 23:03:54 +000090@glbl = global i32 0, align 4
91
92; Function Attrs: nounwind uwtable
93define weak_odr i32 @_Z4funcIXadL_Z4glblEEEiv() #0 {
94entry:
95 ret i32 0, !dbg !18
96}
97
98attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
David Blaikief2694972013-06-28 20:05:11 +000099
100!llvm.dbg.cu = !{!0}
David Blaikie3c7e9612014-02-12 23:03:54 +0000101!llvm.module.flags = !{!15, !16}
102!llvm.ident = !{!17}
David Blaikief2694972013-06-28 20:05:11 +0000103
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000104!0 = !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5 ", isOptimized: false, splitDebugFilename: "-.dwo", emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !12, imports: !2)
105!1 = !DIFile(filename: "tls.cpp", directory: "/tmp/dbginfo")
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000106!2 = !{}
107!3 = !{!4}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000108!4 = !DISubprogram(name: "func<&glbl>", linkageName: "_Z4funcIXadL_Z4glblEEEiv", line: 5, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 5, file: !1, scope: !5, type: !6, function: i32 ()* @_Z4funcIXadL_Z4glblEEEiv, templateParams: !9, variables: !2)
109!5 = !DIFile(filename: "tls.cpp", directory: "/tmp/dbginfo")
110!6 = !DISubroutineType(types: !7)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000111!7 = !{!8}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000112!8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000113!9 = !{!10}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000114!10 = !DITemplateValueParameter(tag: DW_TAG_template_value_parameter, name: "I", type: !11, value: i32* @glbl)
115!11 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, baseType: !8)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000116!12 = !{!13, !14}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000117!13 = !DIGlobalVariable(name: "tls", line: 1, isLocal: false, isDefinition: true, scope: null, file: !5, type: !8, variable: i32* @tls)
118!14 = !DIGlobalVariable(name: "glbl", line: 2, isLocal: false, isDefinition: true, scope: null, file: !5, type: !8, variable: i32* @glbl)
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000119!15 = !{i32 2, !"Dwarf Version", i32 4}
Duncan P. N. Exon Smithe2741802015-03-03 17:24:31 +0000120!16 = !{i32 1, !"Debug Info Version", i32 3}
Duncan P. N. Exon Smithbe7ea192014-12-15 19:07:53 +0000121!17 = !{!"clang version 3.5 "}
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000122!18 = !DILocation(line: 6, scope: !4)