Files
llvm-project/third-party/benchmark/bindings/python/python_headers.BUILD
Mircea Trofin aec6a04b8e Revert "Update Benchmark (#83488)"
This reverts commit 2e93ee6a23.

buildbot failures, e.g.
`/third-party/benchmark/cmake/pthread_affinity.cpp`
2024-03-04 13:33:58 -08:00

7 lines
136 B
Plaintext

cc_library(
name = "python_headers",
hdrs = glob(["**/*.h"]),
includes = ["."],
visibility = ["//visibility:public"],
)