File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ set all_cmake_flags=^
239239 %cmake_flags% ^
240240 -DLLVM_ENABLE_PROJECTS=" clang;clang-tools-extra;lld;lldb;" ^
241241 %common_lldb_flags% ^
242- -DPYTHON_HOME=%PYTHONHOME% ^
243242 -DCMAKE_C_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
244243 -DCMAKE_CXX_COMPILER=%stage0_bin_dir% /clang-cl.exe ^
245244 -DCMAKE_LINKER=%stage0_bin_dir% /lld-link.exe ^
@@ -324,7 +323,6 @@ call :do_generate_profile || exit /b 1
324323cmake -GNinja %cmake_flags% ^
325324 -DLLVM_ENABLE_PROJECTS=" clang;clang-tools-extra;lld;lldb;flang;mlir" ^
326325 %common_lldb_flags% ^
327- -DPYTHON_HOME=%PYTHONHOME% ^
328326 %cmake_profile_flags% %llvm_src% \llvm || exit /b 1
329327ninja || ninja || ninja || exit /b 1
330328ninja check-llvm || exit /b 1
You can’t perform that action at this time.
0 commit comments