From bda7aa5938862a80f9aae889f5a18fd4a2bbae1c Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 8 Apr 2015 21:30:48 +0000 Subject: [PATCH] Pass -mtriple to llc to appease buildbot. This fixes the test case I committed in r234430. llvm-svn: 234439 --- llvm/test/CodeGen/AArch64/merge-store.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/merge-store.ll b/llvm/test/CodeGen/AArch64/merge-store.ll index 24fb8b0e55c1..6ed4e1944a13 100644 --- a/llvm/test/CodeGen/AArch64/merge-store.ll +++ b/llvm/test/CodeGen/AArch64/merge-store.ll @@ -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