1
Fork 0

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

@ -1 +1 @@
Subproject commit 2e9f0d21fe321849a4759a01fc28eae82ef196d6 Subproject commit e3abef3eedc8d5bad3420c7e29bf2fe80585316a

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