File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments