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

Chih-hung Hsieh chh at google.com
Tue Jul 28 13:39:47 PDT 2015


Thank you. Fixed.
So llc did not complain about "nnknown".


On Tue, Jul 28, 2015 at 1:36 PM, Eric Christopher <echristo at gmail.com>
wrote:

>
>
> 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/31bdf6ea/attachment.html>


More information about the llvm-commits mailing list