[llvm] r206382 - ARM64: specify triple so that Linux tests pass

Tim Northover tnorthover at apple.com
Wed Apr 16 05:03:56 PDT 2014


Author: tnorthover
Date: Wed Apr 16 07:03:56 2014
New Revision: 206382

URL: http://llvm.org/viewvc/llvm-project?rev=206382&view=rev
Log:
ARM64: specify triple so that Linux tests pass

Now that Linux is trying to reparse all inline asm it chokes on the different
comment character in this test.

Modified:
    llvm/trunk/test/CodeGen/ARM64/spill.ll

Modified: llvm/trunk/test/CodeGen/ARM64/spill.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM64/spill.ll?rev=206382&r1=206381&r2=206382&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM64/spill.ll (original)
+++ llvm/trunk/test/CodeGen/ARM64/spill.ll Wed Apr 16 07:03:56 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm64 -arm64-neon-syntax=apple -verify-machineinstrs
+; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -arm64-neon-syntax=apple -verify-machineinstrs
 
 ; CHECK: fpr128
 ; CHECK: ld1.2d





More information about the llvm-commits mailing list