]> git.pld-linux.org Git - packages/llvm.git/blob - llvm-python-modules.patch
f0d3b535104622f932d73a033195097883506762
[packages/llvm.git] / llvm-python-modules.patch
1 --- llvm-11.0.0.src/CMakeLists.txt.orig 2020-10-07 12:10:48.000000000 +0200
2 +++ llvm-11.0.0.src/CMakeLists.txt      2020-10-13 01:18:33.807817497 +0200
3 @@ -646,6 +646,8 @@
4  set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR OFF CACHE BOOL
5    "Enable per-target runtimes directory")
6  
7 +find_package(Python3 REQUIRED COMPONENTS Interpreter)
8 +
9  set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
10    "Profiling data file to use when compiling in order to improve runtime performance.")
11  
12 @@ -679,8 +691,6 @@
13  
14  include(HandleLLVMOptions)
15  
16 -find_package(Python3 REQUIRED COMPONENTS Interpreter)
17 -
18  ######
19  
20  # Configure all of the various header file fragments LLVM uses which depend on
This page took 0.045342 seconds and 2 git commands to generate.