Skip to content

Commit

Permalink
Remove branch from LLVM submodule (#136)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orestisfl committed May 27, 2020
1 parent 800231e commit ef4b45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef4b45d

Please sign in to comment.