summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tls-android-negative.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/tls-android-negative.ll')
-rw-r--r--llvm/test/CodeGen/X86/tls-android-negative.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/tls-android-negative.ll b/llvm/test/CodeGen/X86/tls-android-negative.ll
index 7a767cabb05..dc4ac8ff47d 100644
--- a/llvm/test/CodeGen/X86/tls-android-negative.ll
+++ b/llvm/test/CodeGen/X86/tls-android-negative.ll
@@ -1,6 +1,9 @@
; RUN: llc < %s -emulated-tls -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
; RUN: llc < %s -emulated-tls -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux-android -relocation-model=pic | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux-android -relocation-model=pic | FileCheck %s
+
; Make sure that some symboles are not emitted in emulated TLS model.
@external_x = external thread_local global i32
OpenPOWER on IntegriCloud