summaryrefslogtreecommitdiff
path: root/third-party/benchmark/bindings/python/python_headers.BUILD
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2021-10-13 22:43:08 -0700
committerMircea Trofin <mtrofin@google.com>2021-11-16 09:16:11 -0800
commitc6f7b720ecfa6db40c648eb05e319f8a817110e9 (patch)
tree3ab8a4417f8acb5e1f9155c89352edb7c494f406 /third-party/benchmark/bindings/python/python_headers.BUILD
parent948b36d2582c9cde913e434bd22814f01e85bdd6 (diff)
downloadllvm-c6f7b720ecfa6db40c648eb05e319f8a817110e9.tar.gz
[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'
under third-party This change: - moves the libcxx copy of `google/benchmark` to `third-party/benchmkark` - points the 2 uses of the library (libcxx and llvm/utils) to this copy We picked the licxx copy because it is the most up to date. Differential Revision: https://reviews.llvm.org/D112012
Diffstat (limited to 'third-party/benchmark/bindings/python/python_headers.BUILD')
-rw-r--r--third-party/benchmark/bindings/python/python_headers.BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third-party/benchmark/bindings/python/python_headers.BUILD b/third-party/benchmark/bindings/python/python_headers.BUILD
new file mode 100644
index 000000000000..9c34cf6ca4bd
--- /dev/null
+++ b/third-party/benchmark/bindings/python/python_headers.BUILD
@@ -0,0 +1,6 @@
+cc_library(
+ name = "python_headers",
+ hdrs = glob(["**/*.h"]),
+ includes = ["."],
+ visibility = ["//visibility:public"],
+)