[llvm] r234439 - Pass -mtriple to llc to appease buildbot.

Eric Christopher echristo at gmail.com
Wed Apr 8 14:47:38 PDT 2015


Is the register allocation OS dependent? Is it that the actual cpu here is
cyclone?

-eric

On Wed, Apr 8, 2015 at 2:36 PM Akira Hatanaka <ahatanaka at apple.com> wrote:

> Author: ahatanak
> Date: Wed Apr  8 16:30:48 2015
> New Revision: 234439
>
> URL: http://llvm.org/viewvc/llvm-project?rev=234439&view=rev
> Log:
> Pass -mtriple to llc to appease buildbot.
>
> This fixes the test case I committed in r234430.
>
> Modified:
>     llvm/trunk/test/CodeGen/AArch64/merge-store.ll
>
> Modified: llvm/trunk/test/CodeGen/AArch64/merge-store.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/
> CodeGen/AArch64/merge-store.ll?rev=234439&r1=234438&r2=234439&view=diff
> ============================================================
> ==================
> --- llvm/trunk/test/CodeGen/AArch64/merge-store.ll (original)
> +++ llvm/trunk/test/CodeGen/AArch64/merge-store.ll Wed Apr  8 16:30:48
> 2015
> @@ -1,4 +1,4 @@
> -; RUN: llc -march=aarch64 %s -o - | FileCheck %s
> +; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s
>
>  @g0 = external global <3 x float>, align 16
>  @g1 = external global <3 x float>, align 4
>
>
> _______________________________________________
> 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/20150408/56e3524a/attachment.html>


More information about the llvm-commits mailing list