Added LLVM as a submodule

This commit is contained in:
S Gopal Rajagopal 2014-09-15 20:00:34 +05:30
parent 6135b450c2
commit 02d1c9f6d2
661 changed files with 43575 additions and 17 deletions

4
.gitmodules vendored
View file

@ -8,3 +8,7 @@
[submodule "asmjit"]
path = asmjit
url = https://github.com/kobalicekp/asmjit
[submodule "llvm"]
path = llvm
url = https://github.com/llvm-mirror/llvm.git
branch = release_35