summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/emutls_generic.ll
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-07-28 20:31:10 +0000
committerChih-Hung Hsieh <chh@google.com>2015-07-28 20:31:10 +0000
commitc5e53ca1b7eed2f6e4870fa08228806bd1e0d4ee (patch)
tree8a87e880f694c7f6dae5aa564d558c2c18f03ef7 /llvm/test/CodeGen/PowerPC/emutls_generic.ll
parent7eeb02bd09690232259033c696b427b23fd35d89 (diff)
downloadbcm5719-llvm-c5e53ca1b7eed2f6e4870fa08228806bd1e0d4ee.tar.gz
bcm5719-llvm-c5e53ca1b7eed2f6e4870fa08228806bd1e0d4ee.zip
Limit this test only on linux.
Differential Revision: http://reviews.llvm.org/D10522 llvm-svn: 243474
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/emutls_generic.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/emutls_generic.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/emutls_generic.ll b/llvm/test/CodeGen/PowerPC/emutls_generic.ll
index 9f6195f6966..a548ac67e54 100644
--- a/llvm/test/CodeGen/PowerPC/emutls_generic.ll
+++ b/llvm/test/CodeGen/PowerPC/emutls_generic.ll
@@ -1,6 +1,6 @@
-; RUN: llc < %s -emulated-tls -march=ppc64 -relocation-model=pic \
+; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \
; RUN: | FileCheck %s
-; RUN: llc < %s -emulated-tls -march=ppc32 -relocation-model=pic \
+; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \
; RUN: | FileCheck %s
; Make sure that TLS symbols are emitted in expected order.
OpenPOWER on IntegriCloud