From 41a0456a3c943de8a50e9b1b1e2f1f493c236660 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 18 Nov 2009 23:30:38 +0000 Subject: [PATCH] Fix buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89274 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/tail-opts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/tail-opts.ll b/test/CodeGen/ARM/tail-opts.ll index c0651ba6a82..1a867a9d8f8 100644 --- a/test/CodeGen/ARM/tail-opts.ll +++ b/test/CodeGen/ARM/tail-opts.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mcpu=cortex-a8 -asm-verbose=false | FileCheck %s +; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8 -asm-verbose=false | FileCheck %s declare void @bar(i32) declare void @car(i32) -- 2.34.1