Fix buildbots after r342027

llvm-svn: 342036
This commit is contained in:
Kirill Bobyrev 2018-09-12 09:27:55 +00:00
parent 903667e956
commit 03a9aa8f67
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# RUN: global-symbol-builder %p/Inputs/BenchmarkSource.cpp -- -I%p/Inputs > %t.index
# RUN: %clangd-benchmark-dir/IndexBenchmark %t.index %p/Inputs/requests.log --benchmark_min_time=0.01
# FIXME: By default, benchmarks are excluded from the list of default targets hence not built. Find a way to depend on benchmarks to run the next command.
# RUN: if [ -f %clangd-benchmark-dir/IndexBenchmark ]; then %clangd-benchmark-dir/IndexBenchmark %t.index %p/Inputs/requests.log --benchmark_min_time=0.01 ; fi