File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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
- " Python3_EXECUTABLE =$python_path " ,
37
+ " PYTHON_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
- " Python3_EXECUTABLE =$python_path " ,
64
+ " PYTHON_EXECUTABLE =$python_path " ,
65
65
" USE_Z3_SOLVER=" ,
66
66
]
67
67
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
- " Python3_EXECUTABLE =$python_path " ,
67
+ " PYTHON_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