File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ write_lit_config("lit_site_cfg") {
34
34
" CLANG_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" ),
35
35
" LLVM_LIT_TOOLS_DIR=" , # Intentionally empty, matches cmake build.
36
36
" LLVM_TOOLS_DIR=" + rebase_path (" $root_out_dir /bin" ),
37
- " PYTHON_EXECUTABLE =$python_path " ,
37
+ " Python3_EXECUTABLE =$python_path " ,
38
38
]
39
39
40
40
if (clang_enable_static_analyzer ) {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ write_lit_config("lit_site_cfg") {
61
61
" LLVM_HOST_TRIPLE=$llvm_current_triple " ,
62
62
" LLVM_LIT_TOOLS_DIR=" , # Intentionally empty, matches cmake build.
63
63
" LLVM_USE_SANITIZER=" ,
64
- " PYTHON_EXECUTABLE =$python_path " ,
64
+ " Python3_EXECUTABLE =$python_path " ,
65
65
" USE_Z3_SOLVER=" ,
66
66
]
67
67
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ write_cmake_config("lit_common_configured") {
40
40
" COMPILER_RT_RESOLVED_TEST_COMPILER=" +
41
41
rebase_path (" $root_build_dir /bin/clang" ),
42
42
" COMPILER_RT_TEST_COMPILER_ID=Clang" ,
43
- " PYTHON_EXECUTABLE =$python_path " ,
43
+ " Python3_EXECUTABLE =$python_path " ,
44
44
" COMPILER_RT_DEBUG_PYBOOL=False" ,
45
45
" COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False" ,
46
46
" COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ write_lit_config("lit_site_cfg") {
64
64
" LLVM_NATIVE_ARCH=$native_target " ,
65
65
" LLVM_USE_INTEL_JITEVENTS=0" ,
66
66
" LLVM_USE_SANITIZER=" ,
67
- " PYTHON_EXECUTABLE =$python_path " ,
67
+ " Python3_EXECUTABLE =$python_path " ,
68
68
" TARGETS_TO_BUILD=$llvm_targets_to_build_string " ,
69
69
" TARGET_TRIPLE=$llvm_target_triple " ,
70
70
You can’t perform that action at this time.
0 commit comments