[llvm-commits] [PATCH] Use pre-python 2.5 syntax in lit.cfg

Quentin Neill qneill at codeaurora.org
Thu Oct 18 12:02:52 PDT 2012


This update to the patch fixes the whitespace to match the rest of the file.

Ok to commit?
--
Quentin Neill
qneill at codeaurora.org
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation


-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Quentin Neill
Sent: Thursday, October 18, 2012 1:42 PM
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] [PATCH] Use pre-python 2.5 syntax in lit.cfg

Hi,

LLVM make check tests fail on older systems because of python 2.5 syntax in
tests/lit.cfg:

    defaultIsMCJIT='true' if 'arm' in config.target_triple else 'false'

The attached converts it to a pre-2.5 syntax.

Ok to commit?
--
Quentin Neill
qneill at codeaurora.org
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-pre-python-2.5-syntax-in-lit.cfg.patch
Type: application/octet-stream
Size: 926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121018/b8df008a/attachment.obj>


More information about the llvm-commits mailing list