1 ; RUN: llc -mtriple arm-linux-gnueabi -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix NOEMU
2 ; RUN: llc -mtriple arm-linux-gnueabi -emulated-tls -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix EMU
4 %struct.anon = type { i32, i32 }
5 @teste = internal thread_local global %struct.anon zeroinitializer
9 %tmp2 = load i32, ptr @teste, align 8
14 ; NOEMU-NOT: __emutls_get_address
16 ; NOEMU: .section .tbss
20 ; CHECK-NOT: __emutls_t.teste
23 ; EMU-LABEL: __emutls_v.teste:
30 ; CHECK-NOT: __emutls_t.teste