From: Krzysztof Parzyszek Date: Mon, 13 Apr 2015 20:24:40 +0000 (+0000) Subject: Add mtriple to test case to avoid problems with different naming schemes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2a8b13bead662ccd75eb88fedd91968a9d41117c;p=oota-llvm.git Add mtriple to test case to avoid problems with different naming schemes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/tailcall-mem-intrinsics.ll b/test/CodeGen/X86/tailcall-mem-intrinsics.ll index 78c84c47d49..9efa6afd123 100644 --- a/test/CodeGen/X86/tailcall-mem-intrinsics.ll +++ b/test/CodeGen/X86/tailcall-mem-intrinsics.ll @@ -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