Mercurial > hg > CbC > CbC_llvm
view third-party/update_benchmark.sh @ 259:011663b4a808
remove duplicate setjmp in return continuation
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Oct 2023 15:52:37 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line source
#!/bin/bash echo "This script deletes `benchmark`, clones it from github, together" echo "with its dependencies. It then removes .git* files and dirs." echo "NOTE!!!" echo "Please double-check the benchmark github wiki for any changes" echo "to dependencies. Currently, these are limited to googletest." echo read -p "Press a key to continue, or Ctrl+C to cancel" rm -rf benchmark git clone https://github.com/google/benchmark.git rm -rf benchmark/.git* find benchmark/ -name BUILD -delete find benchmark/ -name BUILD.bazel -delete