Skip to content

Commit 1b2b7ee

Browse files
[swift] Exclude benchmarks from the build
As google-benchmark's compiler feature checks failed while cross-compiling.
1 parent 0c9a0f1 commit 1b2b7ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/cxx_debugging/tools/bootstrap.py

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def stage2(source_dir, stage1_dir, OPTIONS):
137137
'-Derrc_exit_code__TRYRUN_OUTPUT=0',
138138
'-DCMAKE_BUILD_TYPE={build_type}'.format(**cmake_settings),
139139
'-DCMAKE_TOOLCHAIN_FILE={toolchain_file}'.format(**cmake_settings),
140+
'-DLLVM_INCLUDE_BENCHMARKS=OFF',
140141
'-DLLVM_DWP={llvm_dwp}'.format(**cmake_settings),
141142
'-DLLVM_TABLEGEN={llvm_tblgen}'.format(**cmake_settings),
142143
'-DCLANG_TABLEGEN={clang_tblgen}'.format(**cmake_settings),

0 commit comments

Comments
 (0)