From 83ed245532ade5edb64d2143a20fc6e57b3651fc Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 13 Apr 2015 20:49:08 +0000 Subject: [PATCH] Also add mtriple to the aarch64 testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234797 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/tailcall-mem-intrinsics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1