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.
pull/136/head
Orestis Floros 5 years ago
parent 800231ee93
commit 236809d7ef
No known key found for this signature in database
GPG Key ID: 859B90B34AEC1728

1
.gitmodules vendored

@ -1,7 +1,6 @@
[submodule "src/llvm-project"] [submodule "src/llvm-project"]
path = src/llvm-project path = src/llvm-project
url = https://github.com/llvm/llvm-project url = https://github.com/llvm/llvm-project
branch = release/9.x
[submodule "src/wasi-libc"] [submodule "src/wasi-libc"]
path = src/wasi-libc path = src/wasi-libc
url = https://github.com/CraneStation/wasi-libc url = https://github.com/CraneStation/wasi-libc

Loading…
Cancel
Save