From d65d3d7b8baf4e5cf7c4330ec8b1faa8fb56ddca Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 9 Apr 2015 05:31:32 +0000 Subject: [PATCH] Not all triples put _ before function names. Specify a triple to make this test pass on Linux. llvm-svn: 234466 --- llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll b/llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll index e71b824..5654657 100644 --- a/llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll +++ b/llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -aarch64-strict-align < %s | FileCheck %s +; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-strict-align < %s | FileCheck %s ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if ; strict-alignment is turned on. -- 2.7.4