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

Krzysztof Parzyszek kparzysz at codeaurora.org
Mon Apr 13 13:24:40 PDT 2015


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





More information about the llvm-commits mailing list