From 2706d9264ac52afaffd96c0eab5d2058bd09b65b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 3 Oct 2016 23:26:49 -0500 Subject: [PATCH] switch compiler-rt to rust-lang's fork this fork has been patched against the UB in floatsidf and floasisf closes #85 --- .gitmodules | 2 +- compiler-rt/compiler-rt-cdylib/compiler-rt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index fe501bb..d86b9fa 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 - url = https://github.com/llvm-mirror/compiler-rt + url = https://github.com/rust-lang/compiler-rt diff --git a/compiler-rt/compiler-rt-cdylib/compiler-rt b/compiler-rt/compiler-rt-cdylib/compiler-rt index 515106e..f03ba5a 160000 --- a/compiler-rt/compiler-rt-cdylib/compiler-rt +++ b/compiler-rt/compiler-rt-cdylib/compiler-rt @@ -1 +1 @@ -Subproject commit 515106ebc07227b85336816ef77bc39506b8fd26 +Subproject commit f03ba5a4e8bf16dcf42dd742a4ce255c36321356