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
This commit is contained in:
Nick Lewycky 2015-04-09 05:31:32 +00:00
parent b82d5479b9
commit 7ca40334f1

View File

@ -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.