diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2014-02-03 00:06:40 -0800 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2014-02-11 13:58:25 -0800 |
| commit | 5d12d84f453ef740d3ae0b06a22788aa30b67fcd (patch) | |
| tree | b1364994572897ef61889e3c690430b1af74882c | |
| parent | 4c967e70414cad67e4cd28a9fd2cc267ccf85da9 (diff) | |
| download | rust-5d12d84f453ef740d3ae0b06a22788aa30b67fcd.tar.gz rust-5d12d84f453ef740d3ae0b06a22788aa30b67fcd.zip | |
Added compiler-rt submodule.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | src/compiler-rt | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8663757f5e2..85b637380a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "src/gyp"] path = src/gyp url = https://github.com/rust-lang/gyp.git +[submodule "src/compiler-rt"] + path = src/compiler-rt + url = https://github.com/vadimcn/compiler-rt.git diff --git a/src/compiler-rt b/src/compiler-rt new file mode 160000 +Subproject d4606f1818dd8dfeaa3e509cd1cbac4482c3513 |
