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

Bill Wendling isanbard at gmail.com
Mon Oct 28 14:22:23 PDT 2013


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





More information about the llvm-commits mailing list