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") {
50
50
rebase_path (" $root_build_dir /bin/clang" ) + ext ,
51
51
" COMPILER_RT_TEST_COMPILER_ID=Clang" ,
52
52
" Python3_EXECUTABLE=$python_path " ,
53
+ " Python3_ROOT_DIR=" , # FIXME
53
54
" COMPILER_RT_BUILD_STANDALONE_LIBATOMIC_PYBOOL=False" ,
54
55
" COMPILER_RT_DEBUG_PYBOOL=False" ,
55
56
" 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") {
142
142
" LLVM_HOST_TRIPLE=$llvm_current_triple " ,
143
143
" LLVM_USE_SANITIZER=" ,
144
144
" Python3_EXECUTABLE=$python_path " ,
145
+ " Python3_ROOT_DIR=" , # FIXME
145
146
]
146
147
147
148
if (llvm_enable_zlib ) {
@@ -167,6 +168,7 @@ write_lit_cfg("lit_unit_site_cfg") {
167
168
" LLVM_BUILD_MODE=." ,
168
169
" LLVM_USE_SANITIZER=" ,
169
170
" Python3_EXECUTABLE=$python_path " ,
171
+ " Python3_ROOT_DIR=" , # FIXME
170
172
]
171
173
}
172
174
You can’t perform that action at this time.
0 commit comments