[llvm-commits] [llvm] r77785 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll

Evan Cheng evan.cheng at apple.com
Sat Aug 1 16:53:01 PDT 2009


On Aug 1, 2009, at 9:37 AM, Eli Friedman wrote:

> Author: efriedma
> Date: Sat Aug  1 11:37:18 2009
> New Revision: 77785
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77785&view=rev
> Log:
> Hack to make this test work on platforms which aren't Macs.  Fixing  
> this
> myself because I'm getting tired of seeing the red buildbots, which  
> have
> been red since 5:30PM PDT last night.

Thanks for fixing it. Sorry about the breakage.

>
> Proposed supplement to developer policy: committers should make sure  
> to
> be around to watch for buildbot failures after committing.

I doubt that's really feasible. I think the best cause of action is to  
set nastygram to the person who is responsible. I get several hundred  
of emails a day. Sometimes I do not get to llvm-commits right away.

Evan

>
>
> Modified:
>    llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll
>
> Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll?rev=77785&r1=77784&r2=77785&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll (original)
> +++ llvm/trunk/test/CodeGen/Thumb2/thumb2-call.ll Sat Aug  1  
> 11:37:18 2009
> @@ -1,4 +1,4 @@
> -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s
> +; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 - 
> mtriple=armv6-apple-darwin10 | FileCheck %s
>
> @t = weak global i32 ()* null           ; <i32 ()**> [#uses=1]
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list