1 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -regalloc=local -relocation-model=pic > %t
2 ; RUN: grep {leal.*TLSGD.*___tls_get_addr} %t
3 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=local -relocation-model=pic > %t2
4 ; RUN: grep {leaq.*TLSGD.*__tls_get_addr} %t2
7 @i = thread_local global i32 15