[llvm-commits] [llvm] r89274 - /llvm/trunk/test/CodeGen/ARM/tail-opts.ll

Bob Wilson bob.wilson at apple.com
Wed Nov 18 15:30:38 PST 2009


Author: bwilson
Date: Wed Nov 18 17:30:38 2009
New Revision: 89274

URL: http://llvm.org/viewvc/llvm-project?rev=89274&view=rev
Log:
Fix buildbots.

Modified:
    llvm/trunk/test/CodeGen/ARM/tail-opts.ll

Modified: llvm/trunk/test/CodeGen/ARM/tail-opts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/tail-opts.ll?rev=89274&r1=89273&r2=89274&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/tail-opts.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/tail-opts.ll Wed Nov 18 17:30:38 2009
@@ -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)





More information about the llvm-commits mailing list