From: Krzysztof Parzyszek Date: Mon, 13 Apr 2015 20:49:08 +0000 (+0000) Subject: Also add mtriple to the aarch64 testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83ed245532ade5edb64d2143a20fc6e57b3651fc;p=oota-llvm.git Also add mtriple to the aarch64 testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll b/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll index 43e25aa90c0..9a3d7de68e3 100644 --- a/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll +++ b/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=aarch64 < %s | FileCheck %s +; RUN: llc -march=aarch64 -mtriple=aarch64-pc-linux-gnu < %s | FileCheck %s ; CHECK-LABEL: tail_memcpy: ; CHECK: b memcpy