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

Quentin Neill qneill at codeaurora.org
Thu Oct 18 11:42:23 PDT 2012


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: 921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121018/72707418/attachment.obj>


More information about the llvm-commits mailing list