<div dir="ltr">Thank you. Fixed.<div>So llc did not complain about "nnknown".</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 28, 2015 at 1:36 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Jul 28, 2015 at 1:34 PM Chih-Hung Hsieh <<a href="mailto:chh@google.com" target="_blank">chh@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: chh<br>
Date: Tue Jul 28 15:31:10 2015<br>
New Revision: 243474<br>
<br>
URL: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject-3Frev-3D243474-26view-3Drev&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=XYUBclrBS0IA6zH7CFZcMQFRylzANrFx9KfLqy7iBZA&s=vNO9yuNBTInV2ILd_PRmGD6Va-31DrGttG-KTRAixbc&e=" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=243474&view=rev</a><br>
Log:<br>
Limit this test only on linux.<br>
<br>
Differential Revision: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10522&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=XYUBclrBS0IA6zH7CFZcMQFRylzANrFx9KfLqy7iBZA&s=7ENLTIkpfn771nugpgyBD3tuDdnuGyxKt6DWZLMWNKo&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/D10522</a><br>
<br>
Modified:<br>
    llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll<br>
<br>
Modified: llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll<br>
URL: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject_llvm_trunk_test_CodeGen_PowerPC_emutls-5Fgeneric.ll-3Frev-3D243474-26r1-3D243473-26r2-3D243474-26view-3Ddiff&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=XYUBclrBS0IA6zH7CFZcMQFRylzANrFx9KfLqy7iBZA&s=RAbhTxW_xF5knUpkgGRzF6c3SvcgZ53xCHeDZuBn-eg&e=" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll?rev=243474&r1=243473&r2=243474&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll (original)<br>
+++ llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll Tue Jul 28 15:31:10 2015<br>
@@ -1,6 +1,6 @@<br>
-; RUN: llc < %s -emulated-tls -march=ppc64 -relocation-model=pic \<br>
+; RUN: llc < %s -emulated-tls -mtriple=powerpc64-unknown-linux-gnu -relocation-model=pic \<br>
 ; RUN:     | FileCheck %s<br>
-; RUN: llc < %s -emulated-tls -march=ppc32 -relocation-model=pic \<br>
+; RUN: llc < %s -emulated-tls -mtriple=powerpc-nnknown-linux-gnu -relocation-model=pic \<br></blockquote><div><br></div><div>Typo.</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 ; RUN:     | FileCheck %s<br>
<br>
 ; Make sure that TLS symbols are emitted in expected order.<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>
</blockquote></div><br></div>