Skip to content

Commit 48d8684

Browse files
committed
[benchmark] Delete BUILD files
Bazel support is through utils/bazel, and the BUILD files in `benchmark` just complicate downstream integrates for bazel based builds. Differential Revision: https://reviews.llvm.org/D115733
1 parent bf39e7d commit 48d8684

File tree

6 files changed

+2
-187
lines changed

6 files changed

+2
-187
lines changed

third-party/benchmark/BUILD.bazel

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

third-party/benchmark/bindings/python/BUILD

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

third-party/benchmark/bindings/python/google_benchmark/BUILD

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

third-party/benchmark/test/BUILD

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

third-party/benchmark/tools/BUILD.bazel

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

third-party/update_benchmark.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ read -p "Press a key to continue, or Ctrl+C to cancel"
1111
rm -rf benchmark
1212
git clone https://github.com/google/benchmark.git
1313
rm -rf benchmark/.git*
14+
find benchmark/ -name BUILD -delete
15+
find benchmark/ -name BUILD.bazel -delete
1416

0 commit comments

Comments
 (0)