forked from OSchip/llvm-project
Reland "[gn build] (manually) port 1ee32055ea
(benchmark move)"
This reverts commitbbccf49922
.1ee32055ea
relanded in5dda2efde5
.
This commit is contained in:
parent
4a2c827b17
commit
8720247f60
|
@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
|
|||
sources = [ "malloc_benchmark.cpp" ]
|
||||
deps = [
|
||||
"//compiler-rt/lib/scudo/standalone:sources",
|
||||
"//llvm/utils/benchmark",
|
||||
"//third-party/benchmark",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
static_library("benchmark") {
|
||||
sources = [
|
||||
"src/benchmark.cc",
|
||||
"src/benchmark_api_internal.cc",
|
||||
"src/benchmark_name.cc",
|
||||
"src/benchmark_runner.cc",
|
||||
"src/benchmark_register.cc",
|
||||
"src/colorprint.cc",
|
||||
"src/commandlineflags.cc",
|
||||
|
@ -9,6 +12,7 @@ static_library("benchmark") {
|
|||
"src/counter.cc",
|
||||
"src/csv_reporter.cc",
|
||||
"src/json_reporter.cc",
|
||||
"src/perf_counters.cc",
|
||||
"src/reporter.cc",
|
||||
"src/sleep.cc",
|
||||
"src/statistics.cc",
|
Loading…
Reference in New Issue