summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/emutls_generic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Mips/emutls_generic.ll')
-rw-r--r--llvm/test/CodeGen/Mips/emutls_generic.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/emutls_generic.ll b/llvm/test/CodeGen/Mips/emutls_generic.ll
index cda8dec7d12..a529646b88f 100644
--- a/llvm/test/CodeGen/Mips/emutls_generic.ll
+++ b/llvm/test/CodeGen/Mips/emutls_generic.ll
@@ -3,6 +3,11 @@
; RUN: llc < %s -emulated-tls -mtriple=mips64el-linux-android -relocation-model=pic \
; RUN: | FileCheck -check-prefix=MIPS_64 %s
+; RUN: llc < %s -mtriple=mipsel-linux-android -relocation-model=pic \
+; RUN: | FileCheck -check-prefix=MIPS_32 %s
+; RUN: llc < %s -mtriple=mips64el-linux-android -relocation-model=pic \
+; RUN: | FileCheck -check-prefix=MIPS_64 %s
+
; Make sure that TLS symbols are emitted in expected order.
@external_x = external thread_local global i32, align 8
OpenPOWER on IntegriCloud