Skip to content

Commit a0dc600

Browse files
committed
[gn build] (manually) port 1ee3205 more (benchmark move)
The new benchmark dep apparently has more source files than the old one.
1 parent a8e8e2d commit a0dc600

File tree

1 file changed

+4
-0
lines changed
  • llvm/utils/gn/secondary/third-party/benchmark

1 file changed

+4
-0
lines changed

llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
static_library("benchmark") {
22
sources = [
33
"src/benchmark.cc",
4+
"src/benchmark_api_internal.cc",
5+
"src/benchmark_name.cc",
6+
"src/benchmark_runner.cc",
47
"src/benchmark_register.cc",
58
"src/colorprint.cc",
69
"src/commandlineflags.cc",
@@ -9,6 +12,7 @@ static_library("benchmark") {
912
"src/counter.cc",
1013
"src/csv_reporter.cc",
1114
"src/json_reporter.cc",
15+
"src/perf_counters.cc",
1216
"src/reporter.cc",
1317
"src/sleep.cc",
1418
"src/statistics.cc",

0 commit comments

Comments
 (0)