[llvm] r234466 - Not all triples put _ before function names. Specify a triple to make this test pass on Linux.

Nick Lewycky nicholas at mxc.ca
Wed Apr 8 22:31:32 PDT 2015


Author: nicholas
Date: Thu Apr  9 00:31:32 2015
New Revision: 234466

URL: http://llvm.org/viewvc/llvm-project?rev=234466&view=rev
Log:
Not all triples put _ before function names. Specify a triple to make this test pass on Linux.

Modified:
    llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll

Modified: llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll?rev=234466&r1=234465&r2=234466&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll Thu Apr  9 00:31:32 2015
@@ -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.





More information about the llvm-commits mailing list