Skip to content

Commit 0f5de94

Browse files
committed
Update llvm source repo
1 parent 9c2c2ae commit 0f5de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.packaging/Dockerfile.gentoo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN emerge --quiet --oneshot --noreplace \
2828
dev-libs/openssl \
2929
app-misc/ca-certificates
3030

31-
RUN git clone -b running-fixes --depth=1 https://github.com/llvm-ml/llvm-project \
31+
RUN git clone -b running-fixes --depth=1 https://github.com/llvm/llvm-project \
3232
&& mkdir /llvm-project/build \
3333
&& cd /llvm-project/build \
3434
&& cmake -GNinja -DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)