[llvm-commits] [PATCH] Fix testing with python 2.4

David Tweed David.Tweed at arm.com
Fri Oct 12 06:44:36 PDT 2012


That wa a patch of mine that James committed, so my fault for not realising Python's ternary was a bit too recent. Apologies and the attached rewriting looks fine.

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Jordy Potman
Sent: 12 October 2012 14:25
To: ravi
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] [PATCH] Fix testing with python 2.4

Hi Ravi,

I guess this patch was overlooked until now.

James, can you please take a look at the attached patch? It removes a
dependency on python 2.5 or higher in lit.cfg that was introduced by a
patch that you committed in r164996.

Before r164996 testing of LLVM was working fine with python 2.4, which
is the default python on Redhat Enterprise Linux/CentOs 5. With the
attached patch applied it works again.

Thanks,

Jordy

On Thu, 2012-10-11 at 09:35 +0000, ravi wrote:
> Hi Jordy,
> I came across a similar problem and your patch helped to overcome it.
> 
> BTW when will this patch will get synced up with the trunk
> 
> --Ravi
> 
> 
> _______________________________________________
> 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