summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tls8.ll
blob: fb570b0118eb0489886b60ef75ff95c252506ef9 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
; RUN: grep {movl	\$i@NTPOFF, %eax} %t
; RUN: grep {addl	%gs:0, %eax} %t

@i = hidden thread_local global i32 15

define i32* @f() {
entry:
	ret i32* @i
}
OpenPOWER on IntegriCloud