From 98a3b1dc35f1da6deef273fbd2c88ef2f1af3a62 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 22 Oct 2019 10:50:29 +0100 Subject: [PATCH] Use fork of llvm-project in swiftwasm organization --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 327129f..a2d6c71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/llvm-project"] path = src/llvm-project - url = https://github.com/llvm/llvm-project + url = https://github.com/swiftwasm/llvm-project [submodule "src/wasi-libc"] path = src/wasi-libc url = https://github.com/swiftwasm/wasi-sysroot