Skip to content

Commit 9f67f19

Browse files
committed
[gn] Remove ScudoBenchmarks
It's the only thing depending on third-party/benchmark. The recent third-party/benchmark uprev made it not build in the GN build, so remove ScudoBenchmarks until someone feels motivated to update the third-party/benchmark BUILD.gn file.
1 parent 2807ea6 commit 9f67f19

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ group("scudo") {
1111
deps = []
1212
foreach(toolchain, supported_toolchains) {
1313
deps += [
14-
"standalone/benchmarks:ScudoBenchmarks($toolchain)",
1514
"standalone/tests:ScudoCUnitTest($toolchain)",
1615
"standalone/tests:ScudoCxxUnitTest($toolchain)",
1716
"standalone/tests:ScudoHooksUnitTest($toolchain)",

llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn

Lines changed: 0 additions & 8 deletions
This file was deleted.

llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)