[llvm] 825f583 - [gn build] (manually) merge cd84bfb8142bc7ff3a0 more precisely

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 18:55:09 PDT 2020


Author: Nico Weber
Date: 2020-04-27T21:55:02-04:00
New Revision: 825f583c86ca856e930b434c6e3462398461eb9a

URL: https://github.com/llvm/llvm-project/commit/825f583c86ca856e930b434c6e3462398461eb9a
DIFF: https://github.com/llvm/llvm-project/commit/825f583c86ca856e930b434c6e3462398461eb9a.diff

LOG: [gn build] (manually) merge cd84bfb8142bc7ff3a0 more precisely

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 ca24b4b40378..c03399193bab 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_EXECUTABLE=$python_path",
+    "PYTHON_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