summaryrefslogtreecommitdiff
path: root/bolt/utils
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2022-01-12 19:06:03 -0800
committerAmir Ayupov <aaupov@fb.com>2022-01-12 19:06:03 -0800
commit68c393c9dbe47c4e5403ee2f3e70c7b5a90b4636 (patch)
treee1faf9857791dae76405238df3419feafa814ad9 /bolt/utils
parent16877c5d2cd3f5c45642c9dc546c376ac87aa54d (diff)
downloadllvm-68c393c9dbe47c4e5403ee2f3e70c7b5a90b4636.tar.gz
[BOLT] Update repo location in Dockerfile
Diffstat (limited to 'bolt/utils')
-rw-r--r--bolt/utils/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/utils/docker/Dockerfile b/bolt/utils/docker/Dockerfile
index 499883fb896e..722a07e46f9e 100644
--- a/bolt/utils/docker/Dockerfile
+++ b/bolt/utils/docker/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
WORKDIR /home/bolt
-RUN git clone --depth 1 https://github.com/facebookincubator/BOLT llvm-project
+RUN git clone --depth 1 https://github.com/llvm/llvm-project
RUN mkdir build && \
cd build && \