Blame SOURCES/0001-lld-Prefer-using-the-newest-installed-python-version.patch

074ff8
From 39ce39a20a0854380997df7912e739b6c348f8a1 Mon Sep 17 00:00:00 2001
074ff8
From: Tom Stellard <tstellar@redhat.com>
074ff8
Date: Thu, 30 Aug 2018 14:59:06 -0700
074ff8
Subject: [PATCH] [lld] Prefer using the newest installed python version rather
074ff8
 than 2.7
074ff8
074ff8
This only affects the lit tests, which seem to pass fine with python3.
074ff8
---
074ff8
 CMakeLists.txt | 1 -
074ff8
 1 file changed, 1 deletion(-)
074ff8
074ff8
diff --git a/CMakeLists.txt b/CMakeLists.txt
074ff8
index 087377d..6e5f2a7 100644
074ff8
--- a/CMakeLists.txt
074ff8
+++ b/CMakeLists.txt
074ff8
@@ -56,7 +56,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
074ff8
   include(HandleLLVMOptions)
074ff8
 
074ff8
   if(LLVM_INCLUDE_TESTS)
074ff8
-    set(Python_ADDITIONAL_VERSIONS 2.7)
074ff8
     include(FindPythonInterp)
074ff8
     if(NOT PYTHONINTERP_FOUND)
074ff8
       message(FATAL_ERROR
074ff8
-- 
074ff8
1.8.3.1
074ff8