[llvm] r234793 - Add mtriple to test case to avoid problems with different naming schemes

Eric Christopher echristo at gmail.com
Tue Apr 14 07:44:18 PDT 2015


unknown-unknown perhaps and you can remove the -march.

-eric

On Mon, Apr 13, 2015 at 9:30 PM Krzysztof Parzyszek <kparzysz at codeaurora.org>
wrote:

> Author: kparzysz
> Date: Mon Apr 13 15:24:40 2015
> New Revision: 234793
>
> URL: http://llvm.org/viewvc/llvm-project?rev=234793&view=rev
> Log:
> Add mtriple to test case to avoid problems with different naming schemes
>
> Modified:
>     llvm/trunk/test/CodeGen/X86/tailcall-mem-intrinsics.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/tailcall-mem-intrinsics.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tailcall-mem-intrinsics.ll?rev=234793&r1=234792&r2=234793&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/tailcall-mem-intrinsics.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/tailcall-mem-intrinsics.ll Mon Apr 13
> 15:24:40 2015
> @@ -1,4 +1,4 @@
> -; RUN: llc -march=x86 < %s | FileCheck %s
> +; RUN: llc -march=x86-64 -mtriple=x86_64-pc-linux-gnu < %s | FileCheck %s
>
>  ; CHECK-LABEL: tail_memcpy
>  ; CHECK: jmp memcpy
>
>
> _______________________________________________
> 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/20150414/e7c26fe2/attachment.html>


More information about the llvm-commits mailing list