1executable("ScudoBenchmarks") {
2  configs += [ "//llvm/utils/gn/build:crt_code" ]
3  sources = [ "malloc_benchmark.cpp" ]
4  deps = [
5    "//compiler-rt/lib/scudo/standalone:sources",
6    "//third-party/benchmark",
7  ]
8}
9