File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
compiler-rt/lib/scudo/standalone/benchmarks Expand file tree Collapse file tree 2 files changed +1
-5
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
- " //third-party /benchmark" ,
6
+ " //llvm/utils /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" ,
7
4
" src/benchmark_register.cc" ,
8
5
" src/colorprint.cc" ,
9
6
" src/commandlineflags.cc" ,
@@ -12,7 +9,6 @@ static_library("benchmark") {
12
9
" src/counter.cc" ,
13
10
" src/csv_reporter.cc" ,
14
11
" src/json_reporter.cc" ,
15
- " src/perf_counters.cc" ,
16
12
" src/reporter.cc" ,
17
13
" src/sleep.cc" ,
18
14
" src/statistics.cc" ,
You can’t perform that action at this time.
0 commit comments