blob: a4f2fb1293b94d481a46e286404fbb7df1546247 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
; RUN: grep {movl %gs:0, %eax} %t
; RUN: grep {leal i@NTPOFF(%eax), %eax} %t
@i = external hidden thread_local global i32
define i32* @f() {
entry:
ret i32* @i
}