Skip to content

Commit

Permalink
[swift] Exclude benchmarks from the build
Browse files Browse the repository at this point in the history
As google-benchmark's compiler feature checks failed while
cross-compiling.
  • Loading branch information
kateinoigakukun committed Feb 20, 2025
1 parent 0c9a0f1 commit 1b2b7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/cxx_debugging/tools/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def stage2(source_dir, stage1_dir, OPTIONS):
'-Derrc_exit_code__TRYRUN_OUTPUT=0',
'-DCMAKE_BUILD_TYPE={build_type}'.format(**cmake_settings),
'-DCMAKE_TOOLCHAIN_FILE={toolchain_file}'.format(**cmake_settings),
'-DLLVM_INCLUDE_BENCHMARKS=OFF',
'-DLLVM_DWP={llvm_dwp}'.format(**cmake_settings),
'-DLLVM_TABLEGEN={llvm_tblgen}'.format(**cmake_settings),
'-DCLANG_TABLEGEN={clang_tblgen}'.format(**cmake_settings),
Expand Down

0 comments on commit 1b2b7ee

Please sign in to comment.