From: Nick Lewycky Date: Thu, 9 Apr 2015 05:31:32 +0000 (+0000) Subject: Not all triples put _ before function names. Specify a triple to make this test pass... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ca40334f124a4c7023c67348f4b707400979937;p=oota-llvm.git Not all triples put _ before function names. Specify a triple to make this test pass on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll b/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll index e71b824e097..5654657c707 100644 --- a/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll +++ b/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.