[llvm] 843f256 - [gn] port 20d5d09e99188
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 06:23:41 PDT 2025
Author: Nico Weber
Date: 2025-06-12T09:23:34-04:00
New Revision: 843f256623a68f51a80ae503c08b98433eeda04d
URL: https://github.com/llvm/llvm-project/commit/843f256623a68f51a80ae503c08b98433eeda04d
DIFF: https://github.com/llvm/llvm-project/commit/843f256623a68f51a80ae503c08b98433eeda04d.diff
LOG: [gn] port 20d5d09e99188
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 2ed60b4cc33be..a7ea1cf309b97 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -50,7 +50,6 @@ write_cmake_config("lit_common_configured") {
rebase_path("$root_build_dir/bin/clang") + ext,
"COMPILER_RT_TEST_COMPILER_ID=Clang",
"Python3_EXECUTABLE=$python_path",
- "Python3_ROOT_DIR=", # FIXME
"COMPILER_RT_BUILD_STANDALONE_LIBATOMIC_PYBOOL=False",
"COMPILER_RT_DEBUG_PYBOOL=False",
"COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
More information about the llvm-commits
mailing list