[llvm] r193541 - Remove 2.4 from the list of supported Python versions.

Sean Silva silvas at purdue.edu
Thu Oct 31 05:31:20 PDT 2013


Didn't we have some bots relying on 2.4? I remember a big thread (maybe
more than one?) where changing the required Python version turned out to be
quite an incendiary issue.

-- Sean Silva


On Mon, Oct 28, 2013 at 5:22 PM, Bill Wendling <isanbard at gmail.com> wrote:

> Author: void
> Date: Mon Oct 28 16:22:23 2013
> New Revision: 193541
>
> URL: http://llvm.org/viewvc/llvm-project?rev=193541&view=rev
> Log:
> Remove 2.4 from the list of supported Python versions.
>
> Modified:
>     llvm/trunk/CMakeLists.txt
>
> Modified: llvm/trunk/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=193541&r1=193540&r2=193541&view=diff
>
> ==============================================================================
> --- llvm/trunk/CMakeLists.txt (original)
> +++ llvm/trunk/CMakeLists.txt Mon Oct 28 16:22:23 2013
> @@ -272,7 +272,7 @@ set(TARGET_TRIPLE "${LLVM_DEFAULT_TARGET
>  include(HandleLLVMOptions)
>
>  # Verify that we can find a Python 2 interpreter.  Python 3 is
> unsupported.
> -set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)
> +set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
>  include(FindPythonInterp)
>  if( NOT PYTHONINTERP_FOUND )
>    message(FATAL_ERROR
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131031/8e86d2e4/attachment.html>


More information about the llvm-commits mailing list