[llvm] r234439 - Pass -mtriple to llc to appease buildbot.

Akira Hatanaka ahatanaka at apple.com
Wed Apr 8 14:30:48 PDT 2015


Author: ahatanak
Date: Wed Apr  8 16:30:48 2015
New Revision: 234439

URL: http://llvm.org/viewvc/llvm-project?rev=234439&view=rev
Log:
Pass -mtriple to llc to appease buildbot.

This fixes the test case I committed in r234430.

Modified:
    llvm/trunk/test/CodeGen/AArch64/merge-store.ll

Modified: llvm/trunk/test/CodeGen/AArch64/merge-store.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/merge-store.ll?rev=234439&r1=234438&r2=234439&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/merge-store.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/merge-store.ll Wed Apr  8 16:30:48 2015
@@ -1,4 +1,4 @@
-; RUN: llc -march=aarch64 %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s
 
 @g0 = external global <3 x float>, align 16
 @g1 = external global <3 x float>, align 4





More information about the llvm-commits mailing list