Update LLVM 6.0.

This commit is contained in:
Zangetsu38 2017-11-04 02:30:11 +01:00
parent 2b3df37400
commit db96c355ce
9 changed files with 21 additions and 13 deletions

6
.gitmodules vendored
View file

@ -7,7 +7,7 @@
ignore = dirty
[submodule "llvm"]
path = llvm
url = https://github.com/RPCS3/llvm
url = https://github.com/llvm-mirror/llvm
branch = release_60
[submodule "GSL"]
path = 3rdparty/GSL
@ -42,3 +42,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