Skip to content

Commit 3cb104e

Browse files
committed
[gn] Unbreak build after b62488f
This is wrong -- it needs to put in the right value for Python3_ROOT_DIR. But for now, this unbreaks the build.
1 parent 6bd606f commit 3cb104e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ write_cmake_config("lit_common_configured") {
5050
rebase_path("$root_build_dir/bin/clang") + ext,
5151
"COMPILER_RT_TEST_COMPILER_ID=Clang",
5252
"Python3_EXECUTABLE=$python_path",
53+
"Python3_ROOT_DIR=", # FIXME
5354
"COMPILER_RT_BUILD_STANDALONE_LIBATOMIC_PYBOOL=False",
5455
"COMPILER_RT_DEBUG_PYBOOL=False",
5556
"COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ write_lit_cfg("lit_shell_site_cfg") {
142142
"LLVM_HOST_TRIPLE=$llvm_current_triple",
143143
"LLVM_USE_SANITIZER=",
144144
"Python3_EXECUTABLE=$python_path",
145+
"Python3_ROOT_DIR=", # FIXME
145146
]
146147

147148
if (llvm_enable_zlib) {
@@ -167,6 +168,7 @@ write_lit_cfg("lit_unit_site_cfg") {
167168
"LLVM_BUILD_MODE=.",
168169
"LLVM_USE_SANITIZER=",
169170
"Python3_EXECUTABLE=$python_path",
171+
"Python3_ROOT_DIR=", # FIXME
170172
]
171173
}
172174

0 commit comments

Comments
 (0)