summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/google-benchmark/WORKSPACE
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-11-15 19:22:53 +0000
committerEric Fiselier <eric@efcs.ca>2018-11-15 19:22:53 +0000
commit782a15a0d1412d42326016f8a9ce72c7c5d9693c (patch)
tree5114409722bbd05dacbbe47499eedd2462251537 /libcxx/utils/google-benchmark/WORKSPACE
parentb144c7a6fbb86d6790e2ce4e3f0772ea3c15ca45 (diff)
downloadbcm5719-llvm-782a15a0d1412d42326016f8a9ce72c7c5d9693c.tar.gz
bcm5719-llvm-782a15a0d1412d42326016f8a9ce72c7c5d9693c.zip
Upgrade Google Benchmark library to ToT
llvm-svn: 346984
Diffstat (limited to 'libcxx/utils/google-benchmark/WORKSPACE')
-rw-r--r--libcxx/utils/google-benchmark/WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcxx/utils/google-benchmark/WORKSPACE b/libcxx/utils/google-benchmark/WORKSPACE
new file mode 100644
index 00000000000..54734f1ea55
--- /dev/null
+++ b/libcxx/utils/google-benchmark/WORKSPACE
@@ -0,0 +1,7 @@
+workspace(name = "com_github_google_benchmark")
+
+http_archive(
+ name = "com_google_googletest",
+ urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
+ strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
+)
OpenPOWER on IntegriCloud