From 2743128876a997a822f289e816c7efa89666af2c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Nov 2016 09:23:29 -0800 Subject: [PATCH] std: Update compiler-rt for more ABI fixes This update of compiler-rt includes rust-lang/compiler-rt#26 which provides a targeted fix to the powisf2 intrinsics to keep #37559 fixed but also address the new issue of #37630. I've also [written up my thoughts][1] on why it appears that this is the correct fix for now (hoepfully at least). Closes #37630 [1]: https://github.com/rust-lang/compiler-rt/pull/26#issuecomment-259751998 --- src/compiler-rt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-rt b/src/compiler-rt index ecd2b1f6d689d..3bc0272cab9fd 160000 --- a/src/compiler-rt +++ b/src/compiler-rt @@ -1 +1 @@ -Subproject commit ecd2b1f6d689d5afbf5debe8afb3739337323852 +Subproject commit 3bc0272cab9fdcfc2ef4df9625ec3c9d5909db79