We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1fd17 commit c66a5f0Copy full SHA for c66a5f0
llvm/cmake/modules/CrossCompile.cmake
@@ -100,6 +100,7 @@ function(llvm_create_cross_target project_name target_name toolchain buildtype)
100
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN="${LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN}"
101
-DLLVM_INCLUDE_BENCHMARKS=OFF
102
-DLLVM_INCLUDE_TESTS=OFF
103
+ -DPYTHON_EXECUTABLE="${PYTHON_EXECUTABLE}"
104
${build_type_flags} ${linker_flag} ${external_clang_dir} ${libc_flags}
105
${ARGN}
106
WORKING_DIRECTORY ${${project_name}_${target_name}_BUILD}
0 commit comments