diff options
| author | bors <bors@rust-lang.org> | 2013-12-29 21:51:56 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-12-29 21:51:56 -0800 |
| commit | 0cbb44aff9a9840c133ea454db7d302c247d5f0f (patch) | |
| tree | 25f3a313a2eded212b0bf90890c0ef130265f11d /.gitmodules | |
| parent | b5b570b6bef934fc585f3f9d927484c2307da20b (diff) | |
| parent | d9eaeda21cce08a7e8d3c8d76433650520fec765 (diff) | |
auto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
No longer need to handle GNUEABIHF and hard floats since LLVM should now choose the right default. Fixes #11164.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 76bdab1e642..43169be1950 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/llvm"] path = src/llvm - url = https://github.com/alexcrichton/llvm.git + url = https://github.com/luqmana/llvm.git branch = master [submodule "src/libuv"] path = src/libuv |
