mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 01:03:27 +00:00
remove useless stuff
This commit is contained in:
parent
4eba8a5e28
commit
413514bfeb
@ -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
|
|
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@ -125,6 +125,3 @@ kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff
|
|||||||
930008-arm.diff
|
930008-arm.diff
|
||||||
bootstrap-fix-include-next.diff
|
bootstrap-fix-include-next.diff
|
||||||
|
|
||||||
# Python 3
|
|
||||||
0050-Remove-explicit-python-version-list.patch
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user