remove useless stuff

This commit is contained in:
Sylvestre Ledru 2019-07-19 00:08:23 +02:00
parent 4eba8a5e28
commit 413514bfeb
2 changed files with 0 additions and 32 deletions

View File

@ -1,29 +0,0 @@
From 61caa3a0c61fd4f2a049e9a14b5f4f74354dbb29 Mon Sep 17 00:00:00 2001
From: Christian Biesinger <cbiesinger@chromium.org>
Date: Thu, 18 Jul 2019 14:52:36 -0500
Subject: [PATCH] Remove explicit python version list
This is required to make -DPYTHON_EXECUTABLE work correctly
---
llvm/CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
Index: llvm-toolchain-9_9~svn366428/CMakeLists.txt
===================================================================
--- llvm-toolchain-9_9~svn366428.orig/CMakeLists.txt
+++ llvm-toolchain-9_9~svn366428/CMakeLists.txt
@@ -1,4 +1,4 @@
-# See docs/CMake.html for instructions about how to build LLVM with CMake.
+FindPythonInterp# See docs/CMake.html for instructions about how to build LLVM with CMake.
cmake_minimum_required(VERSION 3.4.3)
@@ -643,7 +643,7 @@ option(LLVM_ENABLE_PLUGINS "Enable plugi
include(HandleLLVMOptions)
# We support both Python 2 and 3.
-set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 2.7)
+set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5)
include(FindPythonInterp)
if( NOT PYTHONINTERP_FOUND )
message(FATAL_ERROR

View File

@ -125,6 +125,3 @@ kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff
930008-arm.diff
bootstrap-fix-include-next.diff
# Python 3
0050-Remove-explicit-python-version-list.patch