Not all triples put _ before function names. Specify a triple to make this test pass...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 9 Apr 2015 05:31:32 +0000 (05:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 9 Apr 2015 05:31:32 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234466 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll

index e71b824e09743d48ac21088296e936169553016b..5654657c7073879b6a3e8ecb6f486f5147685e9a 100644 (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.