From d40b3b3c522d93824966ff6c8f0643d8836fb800 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 10 Apr 2017 11:11:23 -0500 Subject: [PATCH] move compiler-rt submodule --- .gitmodules | 2 +- {compiler-rt/compiler-rt-cdylib => c}/compiler-rt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {compiler-rt/compiler-rt-cdylib => c}/compiler-rt (100%) diff --git a/.gitmodules b/.gitmodules index d86b9fa..ed1a78f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "compiler-rt/compiler-rt-cdylib/compiler-rt"] - path = compiler-rt/compiler-rt-cdylib/compiler-rt + path = c/compiler-rt url = https://github.com/rust-lang/compiler-rt diff --git a/compiler-rt/compiler-rt-cdylib/compiler-rt b/c/compiler-rt similarity index 100% rename from compiler-rt/compiler-rt-cdylib/compiler-rt rename to c/compiler-rt