Remove branch from LLVM submodule (#136)

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/141/head
Orestis Floros 5 years ago committed by GitHub
parent 800231ee93
commit ef4b45d99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitmodules vendored

@ -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

Loading…
Cancel
Save