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

Eric Christopher echristo at gmail.com
Tue Jul 28 13:36:42 PDT 2015


On Tue, Jul 28, 2015 at 1:34 PM Chih-Hung Hsieh <chh at google.com> wrote:

> 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 \
>

Typo.

-eric


>  ; RUN:     | FileCheck %s
>
>  ; Make sure that TLS symbols are emitted in expected order.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150728/116a45a9/attachment.html>


More information about the llvm-commits mailing list