1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Not all triples put _ before function names. Specify a triple to make this test pass on Linux.

llvm-svn: 234466
This commit is contained in:
Nick Lewycky 2015-04-09 05:31:32 +00:00
parent 0cf1950f24
commit e6736038da

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.