mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 10:24:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			770 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			770 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: llvm-toolchain-snapshot_14~++20210731093534+61da95e8a16a/llvm/cmake/modules/HandleLLVMOptions.cmake
 | |
| ===================================================================
 | |
| --- llvm-toolchain-snapshot_14~++20210731093534+61da95e8a16a.orig/llvm/cmake/modules/HandleLLVMOptions.cmake
 | |
| +++ llvm-toolchain-snapshot_14~++20210731093534+61da95e8a16a/llvm/cmake/modules/HandleLLVMOptions.cmake
 | |
| @@ -1224,8 +1224,8 @@ if(LLVM_USE_RELATIVE_PATHS_IN_FILES)
 | |
|  endif()
 | |
|  
 | |
|  if(LLVM_INCLUDE_TESTS)
 | |
| -  # Lit test suite requires at least python 3.6
 | |
| -  set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
 | |
| +  # Lit test suite requires at least python 3.5
 | |
| +  set(LLVM_MINIMUM_PYTHON_VERSION 3.5)
 | |
|  else()
 | |
|    # FIXME: it is unknown if this is the actual minimum bound
 | |
|    set(LLVM_MINIMUM_PYTHON_VERSION 3.0)
 | 
