Update LLVM

This commit is contained in:
Alex Crichton
2013-05-24 00:43:59 -05:00
parent 9ae0658fd0
commit 1d06aaae64
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "src/llvm"] [submodule "src/llvm"]
path = src/llvm path = src/llvm
url = https://github.com/brson/llvm.git url = https://github.com/alexcrichton/llvm.git
branch = master branch = master
[submodule "src/libuv"] [submodule "src/libuv"]
path = src/libuv path = src/libuv

View File

@@ -1,4 +1,4 @@
# If this file is modified, then llvm will be forcibly cleaned and then rebuilt. # If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the # The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime. # build bots then the contents should be changed so git updates the mtime.
2013-07-03 2013-07-04