Update LLVM 6.0 WIP RC1

This commit is contained in:
Zangetsu38 2017-11-04 02:30:11 +01:00
parent d9b394d42f
commit 2e53d40353
8 changed files with 20 additions and 12 deletions

6
.gitmodules vendored
View file

@ -8,7 +8,7 @@
[submodule "llvm"]
path = llvm
url = https://github.com/llvm-mirror/llvm
branch = release_40
branch = release_60
[submodule "GSL"]
path = 3rdparty/GSL
url = https://github.com/Microsoft/GSL.git
@ -41,3 +41,7 @@
[submodule "3rdparty/pugixml"]
path = 3rdparty/pugixml
url = https://github.com/zeux/pugixml
[submodule "polly"]
path = polly
url = https://github.com/llvm-mirror/polly
branch = release_60