From 8da0a809aa1a0ec0b95aebc428efd61001de6e6b Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 28 Jul 2015 20:31:10 +0000 Subject: [PATCH] Limit this test only on linux. Differential Revision: http://reviews.llvm.org/D10522 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243474 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/emutls_generic.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/PowerPC/emutls_generic.ll b/test/CodeGen/PowerPC/emutls_generic.ll index 9f6195f6966..a548ac67e54 100644 --- a/test/CodeGen/PowerPC/emutls_generic.ll +++ b/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. -- 2.34.1