xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn (revision 82d56013d7b633d116a93943de88e08335357a7c)
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    "//llvm/utils/benchmark",
7  ]
8}
9