blob: 9489f68af36333ea1682f729bc324ce78052f3d7 [file] [log] [blame]
executable("ScudoBenchmarks") {
configs += [ "//llvm/utils/gn/build:crt_code" ]
sources = [ "malloc_benchmark.cpp" ]
deps = [
"//compiler-rt/lib/scudo/standalone:sources",
"//third-party/benchmark",
]
}