summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
blob: bed9e3dca7cfbe89c12c0431546fc69648614e8d (plain)
1
2
3
4
5
6
7
8
9
10
executable("ScudoBenchmarks") {
  configs += [ "//llvm/utils/gn/build:crt_code" ]
  sources = [
    "malloc_benchmark.cpp",
  ]
  deps = [
    "//compiler-rt/lib/scudo/standalone:sources",
    "//llvm/utils/benchmark",
  ]
}
OpenPOWER on IntegriCloud