File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
compiler-rt/lib/scudo/standalone/benchmarks Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
3
3
sources = [ " malloc_benchmark.cpp" ]
4
4
deps = [
5
5
" //compiler-rt/lib/scudo/standalone:sources" ,
6
- " //llvm/utils /benchmark" ,
6
+ " //third-party /benchmark" ,
7
7
]
8
8
}
Original file line number Diff line number Diff line change 1
1
static_library (" benchmark" ) {
2
2
sources = [
3
3
" src/benchmark.cc" ,
4
+ " src/benchmark_api_internal.cc" ,
5
+ " src/benchmark_name.cc" ,
6
+ " src/benchmark_runner.cc" ,
4
7
" src/benchmark_register.cc" ,
5
8
" src/colorprint.cc" ,
6
9
" src/commandlineflags.cc" ,
@@ -9,6 +12,7 @@ static_library("benchmark") {
9
12
" src/counter.cc" ,
10
13
" src/csv_reporter.cc" ,
11
14
" src/json_reporter.cc" ,
15
+ " src/perf_counters.cc" ,
12
16
" src/reporter.cc" ,
13
17
" src/sleep.cc" ,
14
18
" src/statistics.cc" ,
You can’t perform that action at this time.
0 commit comments