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
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