forked from OSchip/llvm-project
Revert "[gn build] (manually) port 1ee32055ea
(benchmark move)"
1ee32055ea
was reverted in67de95b8c9
. This reverts commita8e8e2d5a2
and follow-upa0dc6001df
This commit is contained in:
parent
34d15eaced
commit
bbccf49922
|
@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
|
|||
sources = [ "malloc_benchmark.cpp" ]
|
||||
deps = [
|
||||
"//compiler-rt/lib/scudo/standalone:sources",
|
||||
"//third-party/benchmark",
|
||||
"//llvm/utils/benchmark",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
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",
|
||||
|
@ -12,7 +9,6 @@ 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