Skip to content

Commit cbb6183

Browse files
committed
Revert "[gn build] (manually) merge cd84bfb"
This reverts commit 825f583. This reverts commit 45417ec. cd84bfb was reverted in be884b7
1 parent 4bb0a1c commit cbb6183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ write_lit_config("lit_site_cfg") {
3434
"CLANG_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
3535
"LLVM_LIT_TOOLS_DIR=", # Intentionally empty, matches cmake build.
3636
"LLVM_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
37-
"Python3_EXECUTABLE=$python_path",
37+
"PYTHON_EXECUTABLE=$python_path",
3838
]
3939

4040
if (clang_enable_static_analyzer) {

llvm/utils/gn/secondary/clang/test/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ write_lit_config("lit_site_cfg") {
6161
"LLVM_HOST_TRIPLE=$llvm_current_triple",
6262
"LLVM_LIT_TOOLS_DIR=", # Intentionally empty, matches cmake build.
6363
"LLVM_USE_SANITIZER=",
64-
"Python3_EXECUTABLE=$python_path",
64+
"PYTHON_EXECUTABLE=$python_path",
6565
"USE_Z3_SOLVER=",
6666
]
6767

llvm/utils/gn/secondary/llvm/test/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ write_lit_config("lit_site_cfg") {
6464
"LLVM_NATIVE_ARCH=$native_target",
6565
"LLVM_USE_INTEL_JITEVENTS=0",
6666
"LLVM_USE_SANITIZER=",
67-
"Python3_EXECUTABLE=$python_path",
67+
"PYTHON_EXECUTABLE=$python_path",
6868
"TARGETS_TO_BUILD=$llvm_targets_to_build_string",
6969
"TARGET_TRIPLE=$llvm_target_triple",
7070

0 commit comments

Comments
 (0)