1 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
3 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
4 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=NOEMU
5 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-gnueabi | \
6 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=EMU
8 %struct.anon = type { i32, i32 }
9 @teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1]
13 %tmp2 = load i32, i32* getelementptr (%struct.anon, %struct.anon* @teste, i32 0, i32 0), align 8 ; <i32> [#uses=1]
18 ; NOEMU-NOT: __emutls_get_address
20 ; NOEMU: .section .tbss
24 ; CHECK-NOT: __emutls_t.teste
27 ; EMU-LABEL: __emutls_v.teste:
34 ; CHECK-NOT: __emutls_t.teste