[llvm] f0019cd - [gn build] fix typo
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 17:52:59 PDT 2020
Author: Nico Weber
Date: 2020-04-28T20:52:51-04:00
New Revision: f0019cdc47f59e94b9bc3291b83a9b4cec1bf62b
URL: https://github.com/llvm/llvm-project/commit/f0019cdc47f59e94b9bc3291b83a9b4cec1bf62b
DIFF: https://github.com/llvm/llvm-project/commit/f0019cdc47f59e94b9bc3291b83a9b4cec1bf62b.diff
LOG: [gn build] fix typo
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index 4437937b887b..ca24b4b40378 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -40,7 +40,7 @@ write_cmake_config("lit_common_configured") {
"COMPILER_RT_RESOLVED_TEST_COMPILER=" +
rebase_path("$root_build_dir/bin/clang"),
"COMPILER_RT_TEST_COMPILER_ID=Clang",
- "Python3=$python_path",
+ "Python3_EXECUTABLE=$python_path",
"COMPILER_RT_DEBUG_PYBOOL=False",
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
More information about the llvm-commits
mailing list