From 236809d7efe1f96d93609954e6fbfba89d44dae4 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Tue, 26 May 2020 13:34:30 +0200 Subject: [PATCH] Remove branch from LLVM submodule The update to LLVM 10.x was done in #108 but the submodule branch was not updated. As discussed in #136, the branch line is now removed to avoid such problems. --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index efd5330ee..e8b2eace4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "src/llvm-project"] path = src/llvm-project url = https://github.com/llvm/llvm-project - branch = release/9.x [submodule "src/wasi-libc"] path = src/wasi-libc url = https://github.com/CraneStation/wasi-libc