Sign in
llvm
/
llvm-project
/
2684281d208612a746b05c891f346bd7b95318d5
/
.
/
llvm
/
utils
/
gn
/
secondary
/
compiler-rt
/
lib
/
scudo
/
standalone
/
benchmarks
/
BUILD.gn
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"
,
]
}