11 lines · plain
1; RUN: llc -mtriple=mipsel -relocation-model=pic -disable-mips-delay-filler < %s | FileCheck %s2 3@foo = thread_local global i32 424@bar = hidden thread_local alias i32, ptr @foo5 6define ptr @zed() {7; CHECK-DAG: __tls_get_addr8; CHECK-DAG: %tlsldm(bar)9 ret ptr @bar10}11