Skip to content

Commit

Permalink
add compiler-rt submodule
Browse files Browse the repository at this point in the history
github.com/llvm-mirror/compiler-rt is an unofficial mirror of the
compiler-rt subdir of the llvm project. the canonical llvm project is
now at github.com/llvm/llvm-project but the clone of this is
*hugemongous* and we really dont want to use it as a submodule.

we should eventaully figure out a better solution to this.
  • Loading branch information
Pat Hickey committed Jan 22, 2019
1 parent 5de6dd1 commit 7b4f522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "faerie"]
path = faerie
url = https://github.com/m4b/faerie
[submodule "lucet-libc/src/compiler-rt"]
path = lucet-libc/src/compiler-rt
url = https://github.com/llvm-mirror/compiler-rt
1 change: 1 addition & 0 deletions lucet-libc/src/compiler-rt
Submodule compiler-rt added at fe404c

0 comments on commit 7b4f522

Please sign in to comment.