[llvm] r243474 - Limit this test only on linux.

Chih-Hung Hsieh chh at google.com
Tue Jul 28 13:31:11 PDT 2015


Author: chh
Date: Tue Jul 28 15:31:10 2015
New Revision: 243474

URL: http://llvm.org/viewvc/llvm-project?rev=243474&view=rev
Log:
Limit this test only on linux.

Differential Revision: http://reviews.llvm.org/D10522

Modified:
    llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll?rev=243474&r1=243473&r2=243474&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll Tue Jul 28 15:31:10 2015
@@ -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.





More information about the llvm-commits mailing list