summaryrefslogtreecommitdiffstats
path: root/llvm/utils/benchmark/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/benchmark/WORKSPACE')
-rw-r--r--llvm/utils/benchmark/WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/utils/benchmark/WORKSPACE b/llvm/utils/benchmark/WORKSPACE
new file mode 100644
index 00000000000..54734f1ea55
--- /dev/null
+++ b/llvm/utils/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