<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 8, 2014 at 7:56 AM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Christian,<br>
<br>
Hopefully you've got an e-mail, but just in case:<br>
<div class=""><br>
> Added: llvm/trunk/test/CodeGen/ARM/func-argpassing-endian.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/func-argpassing-endian.ll?rev=208316&view=auto" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/func-argpassing-endian.ll?rev=208316&view=auto</a><br>

> ==============================================================================<br>
> --- llvm/trunk/test/CodeGen/ARM/func-argpassing-endian.ll (added)<br>
> +++ llvm/trunk/test/CodeGen/ARM/func-argpassing-endian.ll Thu May  8 09:06:24 2014<br>
> @@ -0,0 +1,124 @@<br>
> +; RUN: llc -verify-machineinstrs < %s -march=arm -mattr=v7,neon | FileCheck --check-prefix=CHECK --check-prefix=CHECK-LE %s<br>
> +; RUN: llc -verify-machineinstrs < %s -march=armeb -mattr=v7,neon | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s<br>
<br>
</div>This test doesn't work properly on various non-Linux targets (iOS &<br>
Windows). The easiest fix is probably to specify a full "-mtriple"<br>
rather than just a "-march".<br></blockquote><div><br></div><div>I committed r208340 which does exactly this.  Please verify that the selected triples (arm-eabi, armeb-eabi) are acceptable.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Cheers.<br>
<span class=""><font color="#888888"><br>
Tim.<br>
</font></span><div class=""><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org
</div></div>